libuwuc/c/Cargo.toml
2023-09-30 10:25:23 +02:00

13 lines
234 B
TOML

[package]
name = "c"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
crate-type = ["rlib"]
[dependencies]
libuwuc = { path = "../libuwuc" }