waku-rust-bindings/waku-sys/Cargo.toml

22 lines
562 B
TOML
Raw Normal View History

2022-09-21 14:06:27 +00:00
[package]
name = "waku-sys"
version = "0.1.0-beta.5"
2022-09-21 14:06:27 +00:00
edition = "2021"
authors = [
"Daniel Sanchez Quiros <danielsq@status.im>"
]
description = "Waku networking library generated bindings"
license = "MIT OR Apache-2.0"
2022-11-28 09:18:42 +00:00
repository = "https://github.com/waku-org/waku-rust-bindings"
keywords = ["waku", "peer-to-peer", "libp2p", "networking"]
categories = ["network-programming"]
2022-09-21 14:06:27 +00:00
[lib]
crate-type = ["rlib"]
2022-09-21 14:06:27 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
[build-dependencies]
bindgen = "0.64"