summaryrefslogtreecommitdiff
path: root/src/Cargo.toml
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2023-06-20 21:49:53 +0300
committerdefanor <defanor@uberspace.net>2023-06-20 21:49:53 +0300
commitc3cb19dec32ffae9e4f93c269b4e1d3504321643 (patch)
treed5c5bc4fc9582b01b68a4056a52a00692d77f5da /src/Cargo.toml
parentc12a24ef337889ed1f980cce2baf78ac6bd0ee93 (diff)
Add Rust versions of the TCP module and of a few structures
Diffstat (limited to 'src/Cargo.toml')
-rw-r--r--src/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Cargo.toml b/src/Cargo.toml
index fc59bfc..6ce67b4 100644
--- a/src/Cargo.toml
+++ b/src/Cargo.toml
@@ -13,3 +13,4 @@ path = "rexmpp_rust.rs"
[dependencies]
libc = "0.2"
+errno = "0.3"