-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
50 lines (38 loc) · 1.05 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
[package]
name = "rust_playground"
version = "0.0.2"
authors = [ "andi <andi@zerotired.com>" ]
[dependencies]
log = "0.3.*"
fern = "0.3.5"
time = "0.1.35"
ansi_term = "0.7.*"
threadpool = "1.3.*"
dotenv = { git = "https://github.com/slapresta/rust-dotenv" }
dotenv_macros = { git = "https://github.com/slapresta/rust-dotenv" }
id3 = "0.1.10"
walkdir = "0.1.*"
rust-crypto = "0.2.*"
num_cpus = "1.0.*"
maud = "0.9.*"
maud_macros = "0.9.*"
# nom = "^1.2.4"
futures = { git = "https://github.com/alexcrichton/futures-rs" }
# options parsing
# https://github.com/kbknapp/clap-rs
clap = "2.10.*"
notify = "2.6.*"
# TODO amb: check this too https://github.com/BurntSushi/xsv
csv = "0.14.*"
rustc-serialize = "0.3.16"
rust-sqlite = "0.3.*"
r2d2 = "0.7.*"
r2d2-diesel = "0.7.*"
# https://github.com/sgrif/pq-sys/commit/3ad9f7b77a6c4f50d5d7277bce05c836a62a4398
pq-sys = "0.2.3"
diesel = "0.7.*"
diesel_codegen = { version = "0.7.*", default-features = false, features = ["sqlite"] }
# local stuff
# name_of_dependency = { path = "/path/to/dep" }
[[bin]]
name = "sanchez"