This commit is contained in:
nora 2023-05-17 20:09:40 +02:00
commit 66fedc6178
16 changed files with 436 additions and 0 deletions

19
Cargo.toml Normal file
View file

@ -0,0 +1,19 @@
[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]
gimli = "0.27.2"
libc = { version = "0.2.140", default-features = false, features = ["extra_traits"] }
memmap2 = "0.5.10"
[profile.dev]
panic = "abort"
[profile.release]
panic = "abort"