aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2022-07-07 13:08:53 +0900
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>2022-07-07 13:08:53 +0900
commit0d72c9e39a26002a39d55ded1a4b12f0d1be42d2 (patch)
treef4017a0a43e4f6eb2547352078d2e013ef342809
parentf9ec34e2bb4c31665012c2e6e9b226e5adfe9050 (diff)
downloadhinawa-rs-0d72c9e39a26002a39d55ded1a4b12f0d1be42d2.tar.gz
hinawa-sys: distinguish package entries required for building
In package section of Cargo.toml, there are much entries which are not relevant to building directly. This commit refactors current entries in a point of requirement to building or not. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
-rw-r--r--hinawa-sys/Cargo.toml9
1 files changed, 5 insertions, 4 deletions
diff --git a/hinawa-sys/Cargo.toml b/hinawa-sys/Cargo.toml
index c8b4c12..1ea38e5 100644
--- a/hinawa-sys/Cargo.toml
+++ b/hinawa-sys/Cargo.toml
@@ -1,13 +1,14 @@
[package]
-authors = ["Takashi Sakamoto <o-takashi@sakamocchi.jp>"]
build = "build.rs"
-description = "FFI bindings for libhinawa2 library"
edition = "2018"
-license = "MIT"
links = "hinawa"
name = "hinawa-sys"
-repository = "https://github.com/alsa-project/hinawa-rs/"
version = "0.6.0"
+# For publishing.
+authors = ["Takashi Sakamoto <o-takashi@sakamocchi.jp>"]
+description = "FFI bindings for libhinawa2 library"
+license = "MIT"
+repository = "https://github.com/alsa-project/hinawa-rs/"
[package.metadata.docs.rs]
features = ["dox"]
[package.metadata.system-deps.hinawa]