[package] name = "cnctd_config" version = "0.1.2" edition = "2021" authors = ["Connected Dot Inc.", "Kyle Ebner "] description = "Store app configurations in a json file" repository = "https://github.com/Connected-Dot/cnctd_config" license = "MIT" keywords = ["module"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0.195", features = ["derive"] } serde_json = "1.0.111"