mirror of
https://github.com/OMGeeky/confique.git
synced 2025-12-27 06:29:27 +01:00
Remove useless dev-dependencies
This commit is contained in:
@@ -14,7 +14,3 @@ confique-macro = { path = "macro" }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_yaml = { version = "0.8", optional = true }
|
||||
toml = { version = "0.5", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
log = { version = "0.4", features = ["serde"] }
|
||||
anyhow = "1"
|
||||
|
||||
@@ -36,7 +36,7 @@ struct LogConfig {
|
||||
}
|
||||
|
||||
|
||||
fn main() -> Result<(), anyhow::Error> {
|
||||
fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
let r = Conf::builder()
|
||||
.env()
|
||||
.file("examples/files/simple.toml")
|
||||
|
||||
Reference in New Issue
Block a user