diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2021-02-11 00:52:25 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2021-02-11 00:52:25 -0300 |
commit | abaee464936a821568c3fdbd52b9aadd3adb6d0f (patch) | |
tree | 8a8b5c271f0b8b67eeb77e94a68ecf73ffc4e1f9 /Cargo.toml | |
parent | 69652efe8ad9738a94fef571c8b81e342f96e7b4 (diff) |
Partially implement VM
The following are now implemented: - [x] Arrow - [x] StringKey - [x] RegexKey - [ ] KeySubtree - [ ] ValueSubtree - [x] Ident - [ ] Param - [x] ApplyPredicate - [x] End
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index dbdb60a..b63dce6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,13 @@ [package] name = "datafu" -version = "0.0.2" +version = "0.0.3" 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." edition = "2015" repository = "https://soniex2.autistic.space/git-repos/dfu.git" +readme = "README.md" +homepage = "https://soniex2.github.io/ganarchy/project/c0b4a8a326a320ac33c5d9d6bac2f7ea7eb703ce/" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |