2023-02-04 11:51:14 +00:00
|
|
|
[package]
|
|
|
|
name = "phuncache"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
2023-02-09 10:59:05 +00:00
|
|
|
authors = ["Lucien Cartier-Tilet <lucien@phundrak.com>"]
|
|
|
|
homepage = "https://labs.phundrak.com/phundrak/phundrak.com"
|
|
|
|
license = "AGPL-3.0"
|
|
|
|
publish = false
|
2023-02-04 11:51:14 +00:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
actix-web = "4"
|
|
|
|
env_logger = "0.10.0"
|
|
|
|
derive_more = "0.99.17"
|
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
|
|
dotenvy = "0.15"
|
|
|
|
gql_client = "1.0.7"
|
|
|
|
human-panic = "1.1.0"
|
2023-02-09 10:59:39 +00:00
|
|
|
|
|
|
|
[[bin]]
|
|
|
|
name = "phuncache"
|
|
|
|
path = "src/main.rs"
|