summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-11-30 03:11:38 -0600
committerToby Vincent <tobyv13@gmail.com>2022-11-30 03:11:38 -0600
commit47fe04dfb634eba3c24403013cf92960237cf761 (patch)
treec3fc4e3f8a480af8fb9020e000cdc391c840eaa2 /Cargo.toml
parentfa956cc1598f69c81d6db54b4e2e8f5f35cd9b23 (diff)
revert: remove figment from the lib (moved to bin)
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 f6a8df5..b7408ca 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -31,6 +31,7 @@ tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
[dev-dependencies]
tempfile = "3.3.0"
+toml = "0.5.9"
[features]
default = ["git", "preview"]