systemd-cron-next/Cargo.lock
Konstantin Stepanov 85d52de44c use kernlog
2015-07-04 19:36:44 +03:00

35 lines
793 B
TOML

[root]
name = "systemd-crontab-generator"
version = "0.1.0"
dependencies = [
"kernlog 0.1.1",
"log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"md5 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "kernlog"
version = "0.1.1"
dependencies = [
"log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "libc"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "log"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "md5"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"