blob: f9a656b3af84af974f8b5b8debc70c7e889f7553 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[package]
name = "sync15-traits"
version = "0.1.0"
authors = ["Thom Chiovoloni <tchiovoloni@mozilla.com>"]
license = "MPL-2.0"
edition = "2018"
[features]
random-guid = ["sync-guid/random"]
[dependencies]
sync-guid = { path = "../guid" }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
log = "0.4"
ffi-support = "0.4"
url = "2.1"
anyhow = "1.0"
|