You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
441 B
19 lines
441 B
[package]
|
|
name = "android_log-sys"
|
|
version = "0.2.0"
|
|
authors = [
|
|
"Nerijus Arlauskas <nercury@gmail.com>",
|
|
]
|
|
license = "MIT OR Apache-2.0"
|
|
readme = "README.md"
|
|
repository = "https://github.com/nercury/android_log-sys-rs"
|
|
description = """
|
|
FFI bindings to Android log Library.
|
|
"""
|
|
documentation = "https://docs.rs/android_log-sys"
|
|
keywords = ["ffi", "android", "log"]
|
|
categories = ["external-ffi-bindings"]
|
|
|
|
[lib]
|
|
name = "android_log_sys"
|