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