This commit is contained in:
nora 2023-09-30 10:25:23 +02:00
parent de90913d46
commit 54e0e7604e
23 changed files with 77 additions and 33 deletions

13
c/Cargo.toml Normal file
View file

@ -0,0 +1,13 @@
[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" }