Organized imports
This commit is contained in:
parent
c418323b5c
commit
f3e672e29c
@ -7,8 +7,12 @@ edition = "2018"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
# Logger
|
||||
log = "0.4"
|
||||
simplelog = "0.7"
|
||||
# Struct serializing and deserializing
|
||||
serde = {version = "1.0", features = ["derive"]}
|
||||
serde_yaml = "0.7"
|
||||
serde_json = "1.0"
|
||||
log = "0.4"
|
||||
simplelog = "0.7"
|
||||
# Regex support
|
||||
regex = "1.3"
|
Loading…
Reference in New Issue
Block a user