summary refs log tree commit diff stats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2021-02-13 00:33:52 -0300
committerSoniEx2 <endermoneymod@gmail.com>2021-02-13 00:33:52 -0300
commit81a1d3ca72d9f28605bd22687ab20cb61a4ceb1b (patch)
tree2547d228ab706ace221e51b74a6baf52be625330 /Cargo.toml
parentabaee464936a821568c3fdbd52b9aadd3adb6d0f (diff)
Complete the VM, for the most part
Some things are still untested. Needs more tests.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b63dce6..0ad46cd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "datafu"
-version = "0.0.3"
+version = "0.0.4"
 authors = ["SoniEx2 <endermoneymod@gmail.com>"]
 license = "AGPL-3.0-or-later"
 description = "A Rust library for extracting data from config objects and other arbitrary object graphs."
@@ -12,7 +12,6 @@ homepage = "https://soniex2.github.io/ganarchy/project/c0b4a8a326a320ac33c5d9d6b
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 
 [dependencies]
-boolinator = "2.4.0"
 regex = "1"
 
 [dev-dependencies]