forked from n3tael/labast
n3tael
d6e290f916
* стек теперь не бесконечный. задать можно через аргумент cli (максимум 65535, дефолт: 256)
24 lines
581 B
TOML
24 lines
581 B
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 3
|
|
|
|
[[package]]
|
|
name = "fastrand"
|
|
version = "2.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
|
|
|
|
[[package]]
|
|
name = "labast"
|
|
version = "1.0.5"
|
|
dependencies = [
|
|
"fastrand",
|
|
"pico-args",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pico-args"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
|