summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 10ae8deba4fc86d733c4aafc0f5477ba3be113b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "native-ci-simulation"
version = "0.1.0"
edition = "2021"

[dependencies]
axum = "0.6.20"
log = "0.4.20"
pretty_env_logger = "0.5.0"
rand = "0.8.5"
reqwest = { version = "0.11.22", features = ["blocking"] }
serde = { version = "1.0.192", features = ["derive"] }
tokio = { version = "1.34.0", features = ["macros", "rt-multi-thread"] }