Del: configparser extern crate, using toml to read the configuration for

now
This commit is contained in:
Óscar M. Lage 2021-11-12 23:44:05 +01:00
parent 415c39bc81
commit a6f45419a4

View File

@ -8,6 +8,5 @@ edition = "2021"
[dependencies] [dependencies]
clap = "2" clap = "2"
termcolor = "1.0.4" termcolor = "1.0.4"
# configparser = "3.0.0"
toml = "0.4.2" toml = "0.4.2"
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }