aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
blob: ca63ceab94784b880430022a9904045adc9312cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "android_log-sys"
version = "0.3.1"
authors = [
    "The android_log_sys Developers",
]
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/rust-mobile/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"