initial commit
This commit is contained in:
commit
0365528405
7 changed files with 1096 additions and 0 deletions
13
Cargo.toml
Normal file
13
Cargo.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
[package]
|
||||
name = "cratw"
|
||||
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.6.17"
|
||||
ramhorns = "0.14.0"
|
||||
tokio = { version = "1.28.0", features = ["rt-multi-thread", "macros"] }
|
||||
tracing = "0.1.38"
|
||||
tracing-subscriber = "0.3.17"
|
Loading…
Add table
Add a link
Reference in a new issue