Packages

A dynamic data structure for efficiently indexing arbitrary boolean expressions

Current section

Files

Jump to
a_tree native a_tree Cargo.toml
Raw

native/a_tree/Cargo.toml

[package]
name = "a_tree"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "a_tree"
path = "src/lib.rs"
crate-type = ["dylib"]
[dependencies]
a-tree = "0.3.0"
rustler = "0.35"