summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 9b847e904b0d4cf50a6fe56784bdd06300039e81 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "pinussy"
authors = ["cel <cel@blos.sm>"]
version = "0.1.0"
edition = "2021"

build = "src/build.rs"

[build-dependencies]
ructe = { version = "0.17.0", features = ["sass", "mime03"] }

[dependencies]
actix-web = "4.4.0"
bcrypt = "0.15.0"
mime = "0.3.17"
serde = "1.0.188"
sqlx = { version = "0.7.2", features = ["postgres", "runtime-tokio"] }
tracing = "0.1.37"
web-archive = "0.2.0"