21 lines
678 B
TOML
21 lines
678 B
TOML
[package]
|
|
name = "android_system_properties"
|
|
description = "Minimal Android system properties wrapper"
|
|
version = "0.1.5"
|
|
authors = ["Nicolas Silva <nical@fastmail.com>"]
|
|
edition = "2018"
|
|
license = "MIT/Apache-2.0"
|
|
repository = "https://github.com/nical/android_system_properties"
|
|
homepage = "https://github.com/nical/android_system_properties"
|
|
documentation = "https://docs.rs/android_system_properties"
|
|
readme = "README.md"
|
|
keywords = [
|
|
"android",
|
|
]
|
|
|
|
[dependencies]
|
|
libc = "0.2.126"
|
|
|
|
[package.metadata.docs.rs]
|
|
targets = ["arm-linux-androideabi", "armv7-linux-androideabi", "aarch64-linux-android", "i686-linux-android", "x86_64-linux-android", "x86_64-unknown-linux-gnu"]
|