aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 4eada2d6830b59956a183c8e481d6ca1164d765b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "hedge"
version = "0.1.0"
authors = ["Akshay <[email protected]>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
hyper = "0.13"
tokio = { version = "0.2", features = ["full"] }
rusqlite = "0.24.0"
nanoid = "0.3.0"
url = "2.1.1"
anyhow = "1.0"

[dependencies.multipart]
default-features = false
features = [ "hyper", "server" ]
version = "0.17.0"