[package] name = "example-tabs-sync" version = "0.1.0" authors = ["sync-team@mozilla.com"] license = "MPL-2.0" edition = "2021" publish = false [[example]] name = "tabs-sync" path = "src/tabs-sync.rs" [dev-dependencies] base64 = "0.21" tabs = { path = "../../components/tabs" } serde_json = "1" log = "0.4" anyhow = "1.0" chrono = "0.4" clap = { version = "4.2", default-features = false, features = ["std", "derive"] } cli-support = { path = "../cli-support" } url = "2.2" interrupt-support = { path = "../../components/support/interrupt" } nss = { version = "0.1.0", path = "../../components/support/rc_crypto/nss" } sync15 = { path = "../../components/sync15", features = ["sync-engine"] } viaduct = { path = "../../components/viaduct"} viaduct-hyper = { path = "../../components/support/viaduct-hyper"}