libuwuc/rawc/Cargo.toml
2023-10-08 11:52:35 +02:00

13 lines
250 B
TOML

[package]
name = "rawc"
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 = ["staticlib", "rlib"]
[dependencies]
libuwuc = { path = "../libuwuc" }