blob: 628bff670e25ab978af47b1f55a6102bfc7d45df (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[package]
name = "awake"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
axum = "0.7.4"
camino = "1.1.6"
snafu = "0.8.0"
|