garnet/rust/Cargo.toml

9 lines
114 B
TOML
Raw Permalink Normal View History

2026-02-17 14:57:34 +00:00
[package]
name = "garnet-rs"
2026-02-17 14:57:34 +00:00
version = "0.1.0"
edition = "2024"
[lib]
path = "lib.rs"
crate-type = ["staticlib"]