Skip to content

Commit 706d33f

Browse files
committed
cargo: axum, hyper, tower, toml_edit
FIXME: I know that now there are too much web frameworks in one single project; need to decide, adjust and clean this little mess up...
1 parent 19aa36a commit 706d33f

File tree

2 files changed

+101
-0
lines changed

2 files changed

+101
-0
lines changed

Cargo.lock

Lines changed: 97 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ config = "0.14"
3737
serde = { version = "1.0", features = ["derive"] }
3838
serde_json = "1"
3939
warp = "0.3"
40+
axum = "0.6"
41+
hyper = { version = "0.14", features = ["full"] }
42+
tower = "0.4"
43+
toml_edit = "0.22"
4044

4145
[build-dependencies]
4246
protoc-bin-vendored = "3.1.0"

0 commit comments

Comments
 (0)