aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRichard Walters <rwalters@digitalstirling.com>2020-09-27 01:52:59 -0700
committerRichard Walters <rwalters@digitalstirling.com>2020-09-27 01:52:59 -0700
commit4dab5fe99130cbd4331ae7252548adf9d795a768 (patch)
treea0e3b38c339b71386383927c7b9f1a6136cafa26 /Cargo.toml
parentcf01ac1f05f1b339882e09ba6fc7748be3f78575 (diff)
Work in progress porting test cases to Rust, implemented by uriparse
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..780007a
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,10 @@
+[package]
+name = "Uri"
+version = "0.1.0"
+authors = ["Richard Walters <rwalters@digitalstirling.com>"]
+edition = "2018"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dev-dependencies]
+uriparse = "0.6"