summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 9a7ed73788c208b5493104863170fea624d29b4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "vust"
version = "0.1.0"
edition = "2021"

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

[dependencies]
hyper = { version = "0.14.23", features = ["full"] }
rusqlite = "0.28.0"
tokio = { version = "1.22.0", features = ["full"] }
blake3 = "*"
toml = "0.5.9"
serde_derive = "1.0.149"
serde = "1.0.149"
rust-i18n = "3"