zhangzhi's picture
init commit
a476bbf verified
raw
history blame
No virus
243 Bytes
[package]
name = "rust_trie"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "rust_trie"
crate-type = ["cdylib"]
[dependencies]
pyo3 = "0.19.0"