mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-16 10:25:02 +01:00
lol
This commit is contained in:
parent
3f62892500
commit
930955590d
105 changed files with 22 additions and 3766 deletions
14
Cargo.toml
14
Cargo.toml
|
|
@ -7,16 +7,4 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
bumpalo = { version = "3.8.0", features = ["collections"] }
|
||||
dbg-pls = { version = "0.2.2", features = ["colors", "derive"], optional = true }
|
||||
rustc-hash = { version = "1.1.0", optional = true }
|
||||
|
||||
|
||||
[features]
|
||||
fxhash = ["rustc-hash"]
|
||||
_debug = ["dbg-pls"]
|
||||
|
||||
# todo: we don't actually want this as a default feature
|
||||
default = ["_debug", "fxhash"]
|
||||
|
||||
[dev-dependencies]
|
||||
insta = "1.9.0"
|
||||
dbg-pls = { version = "0.2.2", features = ["colors", "derive"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue