summaryrefslogtreecommitdiff
path: root/crates/tor-basic-utils/Cargo.toml
blob: 013df41e80ec4ab682a15efaf6860a5f34e9d898 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "tor-basic-utils"
version = "0.2.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home"
description = "General helpers used by Tor"
keywords = ["tor", "arti"]
# We must put *something* here and this will do
categories = ["rust-patterns"]
repository = "https://gitlab.torproject.org/tpo/core/arti.git/"

[dependencies]
rand = "0.8"

[dev-dependencies]
derive_more = "0.99"
educe = "0.4.6"