Initial commit
This commit is contained in:
commit
6848cdd062
17 changed files with 646 additions and 0 deletions
25
Cargo.toml
Normal file
25
Cargo.toml
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
[package]
|
||||
name = "manager"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
actix = "0.13.5"
|
||||
actix-web = { version = "4.9.0", features = ["rustls"] }
|
||||
#anyhow = "1.0.89"
|
||||
#axum = { version = "0.7.5", features = ["form", "http2", "multipart"] }
|
||||
#axum-login = "0.16.0"
|
||||
chrono = { version = "0.4.38", features = ["serde"] }
|
||||
#const_format = "0.2.33"
|
||||
dotenvy = "0.15.7"
|
||||
env_logger = "0.11.5"
|
||||
handlebars = "6.0.0"
|
||||
log = "0.4.22"
|
||||
serde = { version = "1.0.209", features = ["derive"] }
|
||||
serde_json = "1.0.127"
|
||||
sqlx = { version = "0.8.2", features = ["chrono", "derive", "json", "macros", "runtime-tokio-rustls", "sqlite", "uuid"] }
|
||||
thiserror = "1.0.63"
|
||||
tokio = { version = "1.39.3", features = ["full"] }
|
||||
url = { version = "2.5.2", features = ["serde"] }
|
||||
#url_serde = "0.2.0"
|
||||
uuid = { version = "1.10.0", features = ["serde", "v4"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue