Add metadata for omegaupload-common
This commit is contained in:
parent
76e2494011
commit
8454607859
1 changed files with 5 additions and 2 deletions
|
@ -2,15 +2,18 @@
|
|||
name = "omegaupload-common"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
description = "Common library for OmegaUpload"
|
||||
repository = "https://git.eddie.sh/edward/omegaupload"
|
||||
license = "MIT"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
base64 = "0.13"
|
||||
bytes = { version = "*", features = ["serde"] }
|
||||
bytes = { version = "1", features = ["serde"] }
|
||||
chacha20poly1305 = { version = "0.9", features = ["stream"] }
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
headers = "*"
|
||||
headers = "0.3"
|
||||
lazy_static = "1"
|
||||
rand = "0.8"
|
||||
secrecy = "0.8"
|
||||
|
|
Loading…
Reference in a new issue