cargo-mobile2 0.5.4

Rust on mobile made easy!
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "cargo-mobile2"
edition = "2021"
version = "0.5.4"
description = "Rust on mobile made easy!"
authors = [
    "Tauri Programme within The Commons Conservancy",
    "Brainium Studios LLC",
    "Francesca Lovebloom <francesca@brainiumstudios.com>",
]
categories = ["development-tools::cargo-plugins"]
license = "Apache-2.0 OR MIT"
documentation = "https://docs.rs/cargo-mobile2"
repository = "https://github.com/tauri-apps/cargo-mobile2"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]