fj-pages/Cargo.toml
mrrpnya 7d0e1d2c73
Some checks failed
Run tests / cargo_test (push) Failing after 3m5s
Run tests / cargo_clippy (push) Failing after 3m4s
Run tests / cargo_fmt (push) Failing after 3m3s
initial
2025-02-01 18:58:32 -08:00

19 lines
No EOL
335 B
TOML

[package]
name = "forgejo-pages"
version = "0.1.0"
edition = "2021"
authors = ["TheFelidae"]
license = "GPLv2"
[dependencies]
actix-web = "4"
config = "0.15"
log = "0.4"
serde = "1"
lazy_static = "1.5.0"
git2 = "*"
chrono = "*"
diesel = { version = "2.2.0", features = ["postgres", "sqlite"] }
dotenvy = "0.15"
toml = "*"
fern = "0.7"