diff options
author | Richard Walters <rwalters@digitalstirling.com> | 2020-09-27 01:52:59 -0700 |
---|---|---|
committer | Richard Walters <rwalters@digitalstirling.com> | 2020-09-27 01:52:59 -0700 |
commit | 4dab5fe99130cbd4331ae7252548adf9d795a768 (patch) | |
tree | a0e3b38c339b71386383927c7b9f1a6136cafa26 /Cargo.toml | |
parent | cf01ac1f05f1b339882e09ba6fc7748be3f78575 (diff) |
Work in progress porting test cases to Rust, implemented by uriparse
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 10 |
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" |