-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
36 lines (33 loc) · 811 Bytes
/
Cargo.toml
File metadata and controls
36 lines (33 loc) · 811 Bytes
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
[package]
name = "dinky"
version = "0.2.1"
authors = ["Edward Cragg <ed@eipi.xyz>"]
edition = "2018"
repository = "https://github.com/nuxeh/dinky"
license = "ISC"
readme = "README.md"
description = "A simple link shortening service"
keywords = ["short", "link", "shortening", "service"]
[badges]
travis-ci = { repository = "nuxeh/dinky", branch = "master" }
[dev-dependencies]
diff = "0.1.12"
[dependencies]
serde = "1.0.104"
serde_derive = "1.0.104"
docopt = "1.1.0"
log = "0.4.8"
stderrlog = "0.4.3"
atty = "0.2.11"
iron = "0.6.1"
params = "0.8.0"
router = "0.6.0"
harsh = "0.1.6"
url = "1.7.2"
url_serde = "0.2.0"
directories = "2.0.2"
failure = "0.1.6"
toml = "0.5.5"
chrono = "0.4.10"
diesel = { version = "1.4.3", features = ["sqlite"] }
libsqlite3-sys = { version = "0.16.0", features = ["bundled"] }