added cargo files
This commit is contained in:
19
PinePods-0.8.2/Backend/pinepods_backend/Cargo.toml
Normal file
19
PinePods-0.8.2/Backend/pinepods_backend/Cargo.toml
Normal file
@@ -0,0 +1,19 @@
|
||||
[package]
|
||||
name = "pinepods_backend"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
actix-web = "4.11.0"
|
||||
serde = { version = "1.0.225", features = ["derive"] }
|
||||
serde_json = "1.0.145"
|
||||
reqwest = { version = "0.12.23", features = ["json", "rustls-tls"] }
|
||||
env_logger = "0.11.8"
|
||||
log = "0.4.28"
|
||||
dotenvy = "0.15.7"
|
||||
sha1 = "0.10.6"
|
||||
urlencoding = "2.1.3"
|
||||
actix-cors = "0.7.1"
|
||||
chrono = { version = "0.4.42", features = ["serde"] }
|
||||
Reference in New Issue
Block a user