aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRichard Walters <rwalters@digitalstirling.com>2020-10-07 17:52:51 -0700
committerRichard Walters <rwalters@digitalstirling.com>2020-10-07 17:52:51 -0700
commit0a9428836a6e3e7ae9823b49180996ff240d73ac (patch)
treed57306321c8a750487322ff136f431e805f1ff9a /Cargo.toml
parent3b76f81d0c9eb62617fbf40f2bd92ac7b624002f (diff)
Finish initial port of library to Rust
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e9f72ce..1440a49 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,6 +8,3 @@ edition = "2018"
[dependencies]
lazy_static = "1.4"
-
-[dev-dependencies]
-uriparse = "0.6"