This commit is contained in:
nora 2023-05-07 10:59:19 +02:00
parent ca89c63adc
commit 4ae7bf8ad5
20 changed files with 387 additions and 19 deletions

View file

@ -1,3 +1,5 @@
[workspace]
[package]
name = "uwuwind"
version = "0.1.0"
@ -6,3 +8,12 @@ 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"