mirror of
https://github.com/Noratrieb/libuwuc.git
synced 2026-01-14 19:55:07 +01:00
17 lines
No EOL
316 B
TOML
17 lines
No EOL
316 B
TOML
[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"] } |