-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
38 lines (34 loc) · 904 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
31
32
33
34
35
36
37
38
[package]
name = "saemanga"
version = "4.1.1"
authors = ["Liby Lee <[email protected]>"]
edition = "2018"
default-run = "saemanga"
[dependencies]
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
hyper = "0.12"
encoding_rs = "0.8"
encoding = "0.2"
chrono = "0.4"
mongodb = { git = "https://github.com/liby99/mongo-rust-driver-prototype" }
lazy_static = "1.3"
regex = "1"
reqwest = "0.9"
rust-crypto = "^0.2"
enum_primitive = "0.1"
bson = "0.13"
devise = "0.2"
quote = "0.6"
time = "0.1"
# These repos have bugs so...
rocket = { git = "https://github.com/liby99/rocket" }
scraper = { git = "https://github.com/liby99/scraper" }
# My own libraries
collection = { path = "lib/collection" }
cookie_value = { path = "lib/cookie_value" }
[dependencies.rocket_contrib]
git = "https://github.com/liby99/rocket"
default-features = false
features = ["json", "handlebars_templates", "mongodb_pool", "serve"]