[package] name = "credent_fs_model" version = "0.4.1" authors = ["Azriel Hoh "] edition = "2018" description = "Reads / Writes credentials from / to disk." repository = "https://github.com/azriel91/credent" documentation = "https://docs.rs/credent/" readme = "../../README.md" keywords = ["credentials", "profile"] license = "MIT OR Apache-2.0" [lib] test = false doctest = false [dependencies] toml = "0.5.6" credent_model = { version = "0.4.1", path = "../credent_model", features = ["serde"] }