aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTill Höppner2015-12-04 01:20:02 +0100
committerTill Höppner2015-12-04 01:20:02 +0100
commit238bb119dbb8dcf3d67c5647692237c4fc7f2da6 (patch)
treed52fe2105c9927eb54bb762525730d2ca1a7e8ff /Cargo.toml
parent7fa79ea0692e958841032563d91ee98210ea18a0 (diff)
downloadirsc-238bb119dbb8dcf3d67c5647692237c4fc7f2da6.tar.gz
irsc-238bb119dbb8dcf3d67c5647692237c4fc7f2da6.tar.xz
irsc-238bb119dbb8dcf3d67c5647692237c4fc7f2da6.zip
[descriptive commit message]HEADmaster
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b268304..03ef4af 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,7 +14,8 @@ log = "^0.3"
regex = "^0.1"
regex_macros = "^0.1"
openssl = "^0.6"
-carboxyl = "^0.1"
+encoding = "^0.2"
+linear-map = "^0.0"
[features]
lints = ["clippy"]