Current section

Files

Jump to
rbt_weave nif Cargo.toml
Raw

nif/Cargo.toml

[package]
name = "weave_nif"
description = "Rustler NIF bridge for weave crates"
authors = ["kakilangit <rust@kakilangit.dev>"]
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
publish = false
[lib]
name = "weave_nif"
path = "src/lib.rs"
crate-type = ["cdylib"]
[dependencies]
rustler = "0.37"
weave-graph = { path = "../crates/weave-graph" }
weave-image = { path = "../crates/weave-image" }
serde = { workspace = true }
serde_json = { workspace = true }
[lints]
workspace = true