aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 3eb3ef1d81c69f0bbfedf75c89493418264cf3c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[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"] }
pretty_env_logger = "0.4"
futures-util = "0.3.5"
rusqlite = "0.24.0"
nanoid = "0.3.0"
url = "2.1.1"