2015-03-27 15:51:29 +03:00
[root]
name = "systemd-crontab-generator"
version = "0.1.0"
2015-07-04 19:36:44 +03:00
dependencies = [
2015-07-05 03:29:44 +03:00
"cronparse 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2015-07-05 00:59:46 +03:00
"kernlog 0.1.2",
2015-07-04 19:36:44 +03:00
"log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
2015-07-05 00:59:46 +03:00
"md5 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
2015-07-05 23:08:25 +03:00
"pgs-files 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
2015-07-04 19:36:44 +03:00
]
2015-07-05 00:59:46 +03:00
[[package]]
name = "cronparse"
2015-07-05 03:29:44 +03:00
version = "0.4.0"
2015-07-05 00:59:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2015-07-04 19:36:44 +03:00
[[package]]
name = "kernlog"
2015-07-05 00:59:46 +03:00
version = "0.1.2"
2015-07-04 19:36:44 +03:00
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"
2015-07-05 00:59:46 +03:00
version = "0.1.1"
2015-07-04 19:36:44 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2015-03-27 15:51:29 +03:00
2015-07-05 23:08:25 +03:00
[[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)",
]