summaryrefslogtreecommitdiff
path: root/src/Cargo.toml
blob: fc59bfc643e043b1076d2616677261b5abc71e64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "rexmpp_rust"
version = "0.1.0"
authors = ["defanor <defanor@uberspace.net>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[lib]
name = "rexmpp_rust"
crate-type = ["staticlib"]
path = "rexmpp_rust.rs"

[dependencies]
libc = "0.2"