-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
33 lines (29 loc) · 885 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
[package]
name = "habits"
version = "0.3.0"
authors = ["mtso <[email protected]>"]
publish = false
[dependencies]
#rocket = "0.3.15"
rocket = { git = "https://github.com/SergioBenitez/Rocket.git", rev = "b0f86dc" }
#rocket_codegen = "0.3.15"
rocket_codegen = { git = "https://github.com/SergioBenitez/Rocket.git", rev = "b0f86dc" }
#rocket_contrib = "0.3.15"
rocket_contrib = { git = "https://github.com/SergioBenitez/Rocket.git", rev = "b0f86dc" }
log = "0.4.3"
ksuid = { git = "https://github.com/mtso/ksuid.git", tag = "0.3.0" }
serde = "1.0.70"
serde_json = "1.0.24"
serde_derive = "1.0.70"
rand = "0.5.4"
serde_bytes = "0.10.4"
chrono = { version = "0.4", features = ["serde"] }
# base62 from ksuid
time = "0.1.40"
byteorder = "1.2.3"
resize-slice = "0.1.3"
num = "0.2.0"
bincode = "1.0.1"
[dependencies.rocksdb]
git = "https://github.com/mtso/rust-rocksdb.git"
tag = "rocksdb-5.6.1"