megazords/ios-rust/Cargo.toml (28 lines of code) (raw):

[package] name = "megazord_ios" edition = "2021" version = "0.1.0" authors = ["Sync Team <sync-team@mozilla.com>"] license = "MPL-2.0" [lib] crate-type = ["staticlib", "rlib"] [dependencies] rust-log-forwarder = { path = "../../components/support/rust-log-forwarder" } viaduct = { path = "../../components/viaduct" } viaduct-reqwest = { path = "../../components/support/viaduct-reqwest" } nimbus-sdk = { path = "../../components/nimbus" } crashtest = { path = "../../components/crashtest" } fxa-client = { path = "../../components/fxa-client" } logins = { path = "../../components/logins" } autofill = { path = "../../components/autofill" } push = { path = "../../components/push" } tabs = { path = "../../components/tabs" } places = {path = "../../components/places" } remote_settings = { path = "../../components/remote_settings" } suggest = { path = "../../components/suggest" } sync15 = {path = "../../components/sync15"} error-support = { path = "../../components/support/error" } sync_manager = { path = "../../components/sync_manager" } search = { path = "../../components/search" } init_rust_components = { path = "../../components/init_rust_components" } merino = { path = "../../components/merino" }