summaryrefslogtreecommitdiff
path: root/examples/ureq-examples/Cargo.toml
blob: 4b82d3405f68ac98a20e50f4a887d547b18e9a69 (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 = "2021"
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" }

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