This commit is contained in:
nora 2023-09-29 20:17:35 +02:00
commit 8a033fc3df
14 changed files with 197 additions and 0 deletions

17
example-user/Cargo.toml Normal file
View file

@ -0,0 +1,17 @@
[workspace]
[package]
name = "example-user"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[profile.dev]
panic = "abort"
[profile.release]
panic = "abort"
[dependencies]
libuwuc = { path = "..", features = ["export_symbols"] }