From 9b5bc94b5de8c7c1e226887f5e986ecef5967d06 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 21 Feb 2021 21:57:38 -0500 Subject: persist uri match type when editing --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 8db854c..c65dbcd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,6 +38,7 @@ ring = "0.16" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" serde_path_to_error = "0.1" +serde_repr = "0.1" snafu = "0.6" structopt = { version = "0.3", features = ["paw", "wrap_help"] } tempfile = "3.2" -- cgit v1.2.3-54-g00ecf