[package] name = "toml-db" version = "0.1.0" authors = ["George Venn "] edition = "2018" description = "Macros to simpilify the use of toml in Rust programs for data storage" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] toml = "0.5.8" serde = "1.0.126" serde_derive = "1.0.126"