Add first version of server
Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
parent
373541c5ef
commit
b17f9fa545
7 changed files with 2160 additions and 14 deletions
|
|
@ -7,3 +7,16 @@ authors.workspace = true
|
|||
readme.workspace = true
|
||||
|
||||
[dependencies]
|
||||
axum = { version = "0.8.8", features = ["macros"] }
|
||||
tokio = { workspace = true, features = ["full"] }
|
||||
axum-login = "0.18"
|
||||
sqlx = { version = "0.8.6", features = ["runtime-tokio", "sqlite"] }
|
||||
anyhow.workspace = true
|
||||
tower-sessions = { version = "0.14" }
|
||||
serde = { workspace = true, features = ["derive"] }
|
||||
tower-sessions-sqlx-store = { version = "0.15.0", features = ["sqlite"] }
|
||||
thiserror.workspace = true
|
||||
displaydoc.workspace = true
|
||||
password-auth = "1.0.0"
|
||||
tracing = "0.1.44"
|
||||
tracing-subscriber = { version = "0.3.22", features = ["env-filter"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue