Initial Axum server
This commit is contained in:
commit
1cd1b69676
7 changed files with 1271 additions and 0 deletions
14
Cargo.toml
Normal file
14
Cargo.toml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[package]
|
||||
name = "mail_accounts"
|
||||
version = "0.1.0"
|
||||
authors = ["traxys <quentin@familleboyer.net>"]
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
axum = "0.6.20"
|
||||
color-eyre = "0.6.2"
|
||||
envious = "0.2.2"
|
||||
serde = { version = "1.0.183", features = ["derive"] }
|
||||
tokio = { version = "1.31.0", features = ["full"] }
|
||||
tracing = "0.1.37"
|
||||
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue