aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: b65b215144d783cf50af135e7d591b47593667f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[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"
rusqlite = "0.24.0"
nanoid = "0.3.0"
url = "2.1.1"
anyhow = "1.0"
multer = "1.2"
log = "0.4"
pretty_env_logger = "0.4.0"


[dependencies.smol]
version = "0.3.3"
features = [ "tokio02" ]