[package]
name = "base"
version = "0.1.0"
edition = "2021"
[lib]
path = "lib.rs"
[dependencies]
cxx = { path = "../external/cxx-rs" }