summaryrefslogtreecommitdiffstats
path: root/rust/Cargo.toml
blob: eea8f89d410aec8852daa1de77a17962c1e76398 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "travnik"
version = "0.1.0"
edition = "2021"

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

[dependencies]
bencode = "0.1.16"
chrono = "0.4.24"
hex = "0.4.3"
sha1 = "0.10.5"
sha2 = "0.10.6"
urlencoding = "2.1.2"