🚧 port to rust
This commit is contained in:
parent
e5aa247f11
commit
af3a052acb
24 changed files with 3125 additions and 564 deletions
18
Cargo.toml
Normal file
18
Cargo.toml
Normal file
|
@ -0,0 +1,18 @@
|
|||
[package]
|
||||
name = "me-site"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
actix-files = "0.6.2"
|
||||
actix-web = "4.2.1"
|
||||
chrono = "0.4.22"
|
||||
env_logger = "0.9.3"
|
||||
log = "0.4.17"
|
||||
pgp = "0.9.0"
|
||||
rand = "0.8.5"
|
||||
reqwest = "0.11.12"
|
||||
serde = {version = "1.0.147", features = ["derive"] }
|
||||
serde_json = "1.0.87"
|
Loading…
Add table
Add a link
Reference in a new issue