summaryrefslogtreecommitdiff
path: root/examples/ureq-examples/Cargo.toml
blob: 1413e25e862525f026afc934cd2596b2b79d0d07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "ureq-examples"
version = "0.1.0"
authors = ["The Tor Project, Inc.", "Niel Duysters"]
edition = "2024"
license = "MIT OR Apache-2.0"
description = "Examples demonstrating the usage of the arti-ureq crate"
publish = false

[dependencies]
anyhow = "1.0.75"
arti-ureq = { path = "../../crates/arti-ureq", version = "0.38" }

[features]
full = ["arti-ureq/full"]