11 lines
190 B
TOML
11 lines
190 B
TOML
|
[package]
|
||
|
name = "rlisp_library"
|
||
|
version = "0.1.0"
|
||
|
edition = "2024"
|
||
|
|
||
|
[dependencies]
|
||
|
hashbrown = { version = "0.15", default-features = false, features = [
|
||
|
# "alloc",
|
||
|
"default-hasher",
|
||
|
] }
|