summary refs log tree commit diff stats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2023-04-08 22:08:23 -0300
committerSoniEx2 <endermoneymod@gmail.com>2023-04-08 22:08:23 -0300
commit41254c58c9fface69f7db39b5236a7aed319047c (patch)
tree2bdd94a9733f66c12588da518fb20010ae142e3d /Cargo.toml
parentd849f5e301fa47cfd87df1e7f1ad0346ddf387f1 (diff)
Clean up
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 e16edb7..748ae41 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "datafu"
-version = "0.1.0"
+version = "0.1.0-alpha.1"
 authors = ["SoniEx2 <endermoneymod@gmail.com>"]
 license = "MIT OR Apache-2.0"
 description = "A Rust library for extracting data from config objects and other arbitrary object graphs."
@@ -17,7 +17,6 @@ impl_trait = "0.1.7"
 indexmap = "1.9.1"
 regex = "1"
 serde = "1.0.140"
-# serde_transmute = "0.1.4"
 smallvec = "1.10.0"
 
 [dev-dependencies]