nxtnote-configfile-format 0.1.1-alpha

Helper functions to work with nxtnote config file
Documentation
[package]
name = "nxtnote-configfile-format"
version = "0.1.1-alpha"
edition = "2018"
license = "MIT"
description = "Helper functions  to work with nxtnote config file"
homepage = "https://github.com/nxtnote/"
repository = "https://github.com/nxtnote/nxtnote-configfile-format"
exclude = [
    ".idea/*",
    "tests/*"
]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
libsqlite3-sys = { version = "^0", features = ["bundled"] }
diesel = { version = "1.4.7", features = ["sqlite"] }
itertools = "0.10.1"