mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-14 17:35:03 +01:00
more function things
This commit is contained in:
parent
e15967e24c
commit
ff6b4703ab
11 changed files with 77 additions and 55 deletions
|
|
@ -7,16 +7,17 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
bumpalo = { version = "3.8.0", features = ["collections"] }
|
||||
debug2 = { version = "0.1.0", optional = true }
|
||||
rustc-hash = { version = "1.1.0", optional = true }
|
||||
|
||||
debug2 = { version = "0.1.0", optional = true }
|
||||
|
||||
|
||||
[features]
|
||||
fxhash = ["rustc-hash"]
|
||||
pretty = ["debug2"]
|
||||
_debug = ["debug2"]
|
||||
|
||||
# todo: we don't actually want this as a default feature
|
||||
default = ["pretty"]
|
||||
default = ["_debug"]
|
||||
|
||||
[dev-dependencies]
|
||||
insta = "1.9.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue