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

50 lines
1.2 KiB
TOML

[root]
name = "systemd-crontab-generator"
version = "0.1.0"
dependencies = [
"cronparse 0.4.0 (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)",
"pgs-files 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "cronparse"
version = "0.4.0"
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"
[[package]]
name = "pgs-files"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
]