Update cargo.toml
This commit is contained in:
parent
5f84d12774
commit
819be89f84
10
Cargo.toml
10
Cargo.toml
@ -4,13 +4,19 @@ description = " Alternative private front-end to Reddit"
|
|||||||
license = "AGPL-3.0"
|
license = "AGPL-3.0"
|
||||||
repository = "https://github.com/redlib-org/redlib"
|
repository = "https://github.com/redlib-org/redlib"
|
||||||
version = "0.30.2"
|
version = "0.30.2"
|
||||||
authors = ["Matthew Esposito <matt+cargo@matthew.science>"]
|
authors = [
|
||||||
|
"Matthew Esposito <matt+cargo@matthew.science>",
|
||||||
|
"spikecodes <19519553+spikecodes@users.noreply.github.com>",
|
||||||
|
]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
askama = { version = "0.11.1", default-features = false }
|
askama = { version = "0.11.1", default-features = false }
|
||||||
cached = { version = "0.46.1", features = ["async"] }
|
cached = { version = "0.46.1", features = ["async"] }
|
||||||
clap = { version = "4.4.11", default-features = false, features = ["std", "env"] }
|
clap = { version = "4.4.11", default-features = false, features = [
|
||||||
|
"std",
|
||||||
|
"env",
|
||||||
|
] }
|
||||||
regex = "1.10.2"
|
regex = "1.10.2"
|
||||||
serde = { version = "1.0.193", features = ["derive"] }
|
serde = { version = "1.0.193", features = ["derive"] }
|
||||||
cookie = "0.18.0"
|
cookie = "0.18.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user