systemd-cron-next/Cargo.lock
2015-07-05 01:01:38 +03:00

41 lines
984 B
TOML

[root]
name = "systemd-crontab-generator"
version = "0.1.0"
dependencies = [
"cronparse 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"kernlog 0.1.2",
"log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"md5 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "cronparse"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "kernlog"
version = "0.1.2"
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.1"
source = "registry+https://github.com/rust-lang/crates.io-index"