-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathCargo.toml
44 lines (39 loc) · 1.08 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[workspace]
members = [
"crown",
"choo",
"http-app",
]
resolver = "2"
[workspace.package]
version = "0.1.0"
edition = "2021"
[workspace.dependencies]
sword = { git = "https://github.com/zorp-corp/sword.git", rev="92f4f40cf7af714538b8766de6f7792eaa103cbd" }
sword_macros = { git = "https://github.com/zorp-corp/sword.git", rev="92f4f40cf7af714538b8766de6f7792eaa103cbd" }
assert_no_alloc = { git = "https://github.com/zorp-corp/sword.git", rev="92f4f40cf7af714538b8766de6f7792eaa103cbd" }
anyhow = "1.0"
async-trait = "0.1"
axum = "0.7.5"
bincode = "2.0.0-rc.3"
byteorder = "1.5.0"
bytes = "1.5.0"
clap = "4.4.4"
either = "1.9.0"
getrandom = "0.2.11"
rand = "0.8.5"
samply = "0.11.0"
serde = "1.0.195"
tempfile = "3.3"
thiserror = "1.0"
tokio = { version = "1.32", features = ["rt", "rt-multi-thread", "net", "macros", "io-util", "fs"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["ansi", "env-filter", "registry"] }
yaque = "0.6.6"
bitvec = "1.0.1"
futures = "0.3.30"
intmap = "2.0.0"
[profile.dev]
# opt-level = 3
[profile.dev.package."*"]
# opt-level = 3