summaryrefslogtreecommitdiffstats
path: root/third_party/rust/viaduct/Cargo.toml
blob: 82560c8df239ba137bc8e161ddc851b834ed687b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
name = "viaduct"
version = "0.1.0"
authors = ["Thom Chiovoloni <tchiovoloni@mozilla.com>"]
edition = "2018"
license = "MPL-2.0"
exclude = ["/android", "/ios"]

[lib]
crate-type = ["lib"]

[features]
default = []

[dependencies]
url = "2.1"
log = "0.4"
serde = "1"
serde_json = "1"
once_cell = "1.4"
prost = "0.6"
prost-derive = "0.6"
ffi-support = "0.4"
thiserror = "1.0"