diff --git a/Cargo.toml b/Cargo.toml index f0beed1..e77d9bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ publish = false regex = "1.10.4" chrono = "0.4" -# This are to parse and load toml [`Config`] files +# These are to parse and load toml [`Config`] files serde = { version = "1.0.210", features = ["derive"] } serde_derive = "1.0.210" toml = "0.8.19"