rlisp/rlisp_library/Cargo.toml

11 lines
190 B
TOML
Raw Permalink Normal View History

2024-12-10 03:00:19 -06:00
[package]
name = "rlisp_library"
version = "0.1.0"
edition = "2024"
[dependencies]
hashbrown = { version = "0.15", default-features = false, features = [
# "alloc",
"default-hasher",
] }