Skip to content
Snippets Groups Projects
Cargo.toml 487 B
Newer Older
Eduardo Trujillo's avatar
Eduardo Trujillo committed
[package]
name = "collective"
version = "0.1.2"
Eduardo Trujillo's avatar
Eduardo Trujillo committed
authors = ["Eduardo Trujillo <ed@chromabits.com>"]
edition = "2018"

[dependencies]
serde = "1.0"
log = "0.4"
toml = "0.5"
thiserror = "1.0"
figment = { version = "0.10", features = ["toml", "env"] }
lazy_static = { version = "1.4", optional = true }
default = ["config-yaml", "config-json", "thread"]
config-json = ["figment/json"]
thread = ["lazy_static"]