Skip to content

Commit

Permalink
Add crates.io information
Browse files Browse the repository at this point in the history
  • Loading branch information
Osspial committed Apr 22, 2020
1 parent a0f044a commit 0ff4289
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cargo-apk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ cargo-subcommand = "0.4.4"
env_logger = "0.7.1"
exitfailure = "0.5.1"
log = "0.4.8"
ndk-build = { path = "../ndk-build" }
ndk-build = { path = "../ndk-build", version = "0.1" }
serde = "1.0.104"
toml = "0.5.6"
6 changes: 4 additions & 2 deletions ndk-glue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ name = "ndk-glue"
version = "0.1.0"
authors = ["David Craven <david@craven.ch>"]
edition = "2018"
description = "Startup code for android binaries"
license = "MIT OR Apache-2.0"

[dependencies]
android_log-sys = "0.1.2"
ndk = { path = "../ndk" }
ndk-sys = { path = "../ndk-sys" }
ndk = { path = "../ndk", version = "0.1" }
ndk-sys = { path = "../ndk-sys", version = "0.1" }
lazy_static = "1.4.0"
libc = "0.2.66"
log = "0.4.8"
1 change: 1 addition & 0 deletions ndk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ optional = true
[dependencies.ffi]
package = "ndk-sys"
path = "../ndk-sys"
version = "0.1"

0 comments on commit 0ff4289

Please sign in to comment.