summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-11-28 01:45:38 -0600
committerToby Vincent <tobyv13@gmail.com>2022-11-28 01:45:38 -0600
commit3c3c95b54d12b1654c5c0810f7431190bc7d7580 (patch)
treec06be9a70fb259ba8f77a673db898c7d7e281810 /Cargo.toml
parent3f188dea518fe29324f7a2416316c436cea8e88a (diff)
feat: add previewer trait
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2bf9985..fa90dd4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,6 +16,7 @@ dirs = "4.0.0"
figment = { version = "0.10.8", features = ["toml", "env", "test"] }
git2 = { version = "0.15.0", default-features = false }
ignore = "0.4.18"
+onefetch = "2.14.2"
pretty_assertions = "1.3.0"
serde = { version = "1.0.147", features = ["derive"] }
sled = "0.34.7"