mirror of
https://github.com/Noratrieb/uwuwind.git
synced 2026-01-14 08:35:09 +01:00
19 lines
411 B
TOML
19 lines
411 B
TOML
[workspace]
|
|
|
|
[package]
|
|
name = "uwuwind"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
libc = { version = "0.2.140", default-features = false, features = ["extra_traits"] }
|
|
|
|
[profile.dev]
|
|
# the test binary needs uwutables
|
|
panic = "unwind"
|
|
|
|
[profile.release]
|
|
# the test binary needs uwutables
|
|
panic = "unwind"
|