mirror of
https://github.com/Noratrieb/uwuwind.git
synced 2026-01-14 08:35:09 +01:00
uwuwind
This commit is contained in:
commit
66fedc6178
16 changed files with 436 additions and 0 deletions
19
Cargo.toml
Normal file
19
Cargo.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue