libuwuc/rawc/Cargo.toml
2023-10-04 21:52:07 +02:00

13 lines
260 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", "cdylib"]
[dependencies]
libuwuc = { path = "../libuwuc" }