summaryrefslogtreecommitdiffstats
path: root/rust/Cargo.toml
blob: 94d10feef9b05b66d953dfb1a2267f952d4693b8 (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]
bendy = "0.3.3"
chrono = "0.4.24"
hex = "0.4.3"
sha1 = "0.10.5"
sha2 = "0.10.6"
urlencoding = "2.1.2"