fuzzytags/Cargo.toml

16 lines
357 B
TOML
Raw Normal View History

2021-01-29 21:52:34 +00:00
[package]
name = "fuzzymetatag"
version = "0.1.0"
authors = ["Sarah Jamie Lewis <sarah@openprivacy.ca>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
hex = "0.4.2"
rand = "0.7.3"
curve25519-dalek = {version="3.0.0", features=["serde"]}
sha3 = "0.9.1"
2021-01-30 07:09:02 +00:00
bit-vec = "0.6.3"