master
Avril 4 years ago
parent 3f3d8a3045
commit cf2130d90a
Signed by: flanchan
GPG Key ID: 284488987C31F630

1
Cargo.lock generated

@ -384,6 +384,7 @@ dependencies = [
"config_struct",
"futures",
"lazy_static",
"libc",
"notify",
"once_cell",
"recolored",

@ -37,6 +37,7 @@ once_cell = "1.4"
lazy_static = "1.4"
recolored = "1.9.3"
chrono = "0.4"
libc = "0.2"
cfg-if = "0.1"
[build-dependencies]

Loading…
Cancel
Save