-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Expand file tree
/
Copy pathCargo.toml
More file actions
20 lines (17 loc) · 623 Bytes
/
Cargo.toml
File metadata and controls
20 lines (17 loc) · 623 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "benchmark-ssr"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
yew = { path = "../../packages/yew", features = ["ssr"] }
function_router = { path = "../../examples/function_router" }
tokio = { workspace = true, features = ["macros", "rt-multi-thread", "time"] }
average = "0.16.0"
tabled = "0.20.0"
indicatif = "0.18.0"
serde = { version = "1.0.218", features = ["derive"] }
serde_json = "1.0.139"
clap = { version = "4", features = ["derive"] }
[target.'cfg(unix)'.dependencies]
jemallocator = "0.5.4"