mirror of
https://github.com/Noratrieb/elven-forest.git
synced 2026-01-16 11:35:00 +01:00
whatever
This commit is contained in:
parent
ca89c63adc
commit
4ae7bf8ad5
20 changed files with 387 additions and 19 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue