Revision control

Copy as Markdown

[package]
name = "megazord"
version = "0.1.0"
authors = ["Sync Team <sync-team@mozilla.com>"]
edition = "2021"
license = "MPL-2.0"
[lib]
crate-type = ["cdylib"]
[dependencies]
fxa-client = { path = "../../components/fxa-client" }
logins = { path = "../../components/logins" }
tabs = { path = "../../components/tabs/" }
sync_manager = { path = "../../components/sync_manager/" }
# TODO: Uncomment this code when webext-storage component is integrated in android
# webext-storage = { path = "../../components/webext-storage/" }
places = { path = "../../components/places" }
push = { path = "../../components/push" }
remote_settings = { path = "../../components/remote_settings" }
rust-log-forwarder = { path = "../../components/support/rust-log-forwarder" }
viaduct = { path = "../../components/viaduct" }
nimbus-sdk = { path = "../../components/nimbus" }
autofill = { path = "../../components/autofill" }
crashtest = { path = "../../components/crashtest" }
error-support = { path = "../../components/support/error" }
suggest = { path = "../../components/suggest" }
lazy_static = "1.4"