33 lines
806 B
Plaintext
33 lines
806 B
Plaintext
|
# This file is automatically @generated by Cargo.
|
||
|
# It is not intended for manual editing.
|
||
|
version = 3
|
||
|
|
||
|
[[package]]
|
||
|
name = "memchr"
|
||
|
version = "2.7.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
|
||
|
|
||
|
[[package]]
|
||
|
name = "minimal-lexical"
|
||
|
version = "0.2.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
||
|
|
||
|
[[package]]
|
||
|
name = "nom"
|
||
|
version = "7.1.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
||
|
dependencies = [
|
||
|
"memchr",
|
||
|
"minimal-lexical",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "radomctld"
|
||
|
version = "0.1.0"
|
||
|
dependencies = [
|
||
|
"nom",
|
||
|
]
|