helix/examples/unit/Cargo.toml

12 lines
157 B
TOML

[package]
name = "unit"
version = "0.1.0"
authors = ["Godfrey Chan <godfrey@tilde.io>"]
[lib]
crate-type = ["cdylib"]
[dependencies.helix]
path = "../.."