mirror of
https://github.com/urbit/ares.git
synced 2024-12-25 06:12:24 +03:00
restore cargo
This commit is contained in:
parent
d8e6db14ef
commit
b982d79b18
@ -12,9 +12,9 @@ edition = "2018"
|
|||||||
# Please keep these alphabetized
|
# Please keep these alphabetized
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ares_macros = { path = "../ares_macros" }
|
ares_macros = { path = "../ares_macros" }
|
||||||
# assert_no_alloc = "1.1.2"
|
assert_no_alloc = "1.1.2"
|
||||||
# use this when debugging requires allocation (e.g. eprintln)
|
# use this when debugging requires allocation (e.g. eprintln)
|
||||||
assert_no_alloc = {version="1.1.2", features=["warn_debug"]}
|
# assert_no_alloc = {version="1.1.2", features=["warn_debug"]}
|
||||||
bitvec = "1.0.0"
|
bitvec = "1.0.0"
|
||||||
criterion = "0.4"
|
criterion = "0.4"
|
||||||
either = "1.9.0"
|
either = "1.9.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user