summaryrefslogtreecommitdiff
path: root/src/Cargo.toml
blob: 6ce67b4b4af251df9f5725c72ccfabce62c25c9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[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"
errno = "0.3"