SqPad/Cargo.toml
Justine 821e53b2c0
Some checks are pending
Rust-build / build (push) Waiting to run
Added file upload and TOS in french
2024-07-31 13:52:49 +02:00

24 lines
456 B
TOML

[package]
name = "sqpad"
version = "1.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.6"
actix-multipart = "0.7.2"
actix-web = "4.3.1"
base64 = "0.22.1"
chrono = "0.4.26"
humansize = "2.1.3"
#clap = "4.2.4"
magic-crypt = "3.1.12"
#message-io = "0.15.1"
rand = "0.8.5"
serde = "1.0.164"
serde_derive = "1.0.165"
serde_json = "1.0.99"
toml = "0.7.3"