-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCargo.toml
29 lines (28 loc) · 893 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[package]
name = "rssc-intract"
version = "0.1.0"
edition = "2021"
[dependencies]
rocket = {version = "0.5.0-rc.2", features = ["secrets", "json"]}
rocket-include-static-resources = "0.10"
serde = { version = "1", features = ["derive"] }
clap = { version = "4", features = ["derive"] }
confy="0.5"
lazy_static="1"
log = "0.4"
log4rs = "1"
chrono = "0.4"
rand = { version = "0.8", features = ["getrandom", "std_rng"] }
dialoguer = { version = "0.10", features = ["fuzzy-select", "completion", "password"] }
diesel = { version = "2", features = ["postgres"] }
diesel_migrations = { version = "2", features = ["postgres"] }
derive_builder = "0.11"
rust-argon2 = "1"
thiserror = "1"
anyhow = "1"
base64 = "0.13"
url = {version = "2", features = ["serde"]}
reqwest = { version = "0.11", features = ["json"] }
scraper = "0.13"
sycamore = {version = "0.8", features = ["ssr"]}
accept-language = "2"