feat(backend): add initial backend
Backend as is can query GitHub for the information that will be necessary later on in the frontend's pages. It does not cache this information yet though. Signed-off-by: Lucien Cartier-Tilet <lucien@phundrak.com>
This commit is contained in:
13
Cargo.toml
Normal file
13
Cargo.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[package]
|
||||
name = "phuncache"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[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"
|
||||
Reference in New Issue
Block a user