26 lines
600 B
TOML
Executable file
26 lines
600 B
TOML
Executable file
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 4
|
|
|
|
[[package]]
|
|
name = "foldhash"
|
|
version = "0.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
|
|
|
|
[[package]]
|
|
name = "hashbrown"
|
|
version = "0.15.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
|
|
dependencies = [
|
|
"foldhash",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rlisp"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"hashbrown",
|
|
]
|