diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index 94bf88c..b75f901 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,7 @@ edition = "2018" impl_trait = "0.1.6" url = "2.2.2" arcstr = "1.1.1" +qcell = "0.4.2" [dev-dependencies] assert_fs = "1.0.1" |