[package] name = "nxtnote-savefile-format" version = "0.1.7-alpha" edition = "2018" license = "MIT" description = "Helper functions to work with nxtnote save files" homepage = "https://github.com/nxtnote/" repository = "https://github.com/nxtnote/nxtnote-savefile-format" exclude = [ ".idea/*", "tests/*" ] [dependencies] libsqlite3-sys = { version = "^0", features = ["bundled"] } diesel = { version = "1.4.7", features = ["sqlite"] } uuid = { version = "0.8.2", features = ["v4"] }