-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
30 lines (26 loc) · 839 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
30
[package]
name = "luxamor"
version = "0.1.0"
edition = "2021"
authors = ["Vipra"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rocket = { version = "0.5.0", features = ["secrets"] }
diesel = { version = "2.0.0", features = ["sqlite", "r2d2", "chrono"] }
diesel_migrations = "2.0.0"
rand = "0.8"
chrono = { version = "0.4.34", features = ["serde"] }
reqwest = "0.11.24"
colors-transform = "0.2.11"
config = { version = "0.14.0" ,features = ["toml"] }
lazy_static = "1.4.0"
rocket-governor = "0.2.0-rc.1"
inline_colorization = "0.1.6"
[dependencies.rocket_sync_db_pools]
version = "0.1.0"
features = ["diesel_sqlite_pool"]
[dependencies.rocket_dyn_templates]
version = "0.1.0"
features = ["tera"]
[target.armv7-unknown-linux-gnueabihf]
linker = "arm-linux-gnueabihf-gcc"