summaryrefslogtreecommitdiff
path: root/examples/ureq-examples/Cargo.toml
blob: 833f1e8cf3064a00719be54497e4567093985969 (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" }

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