diff --git a/Cargo.toml b/Cargo.toml index 27867e6..b9cc382 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,13 @@ [package] name = "flat-tree" -version = "5.1.0" -description = "Rust module for encoding/decoding varints that doesn't do any IO. Inspired by the Node.js varint module" -authors = ["Mathias Buus "] -repository = "https://github.com/mafintosh/flat-tree-rs" +version = "6.0.0-beta.0" +description = "Series of functions to map a binary tree to a list" +authors = ["Mathias Buus ", "Timo Tiuraniemi "] +repository = "https://github.com/datrs/flat-tree" keywords = ["flat", "tree", "binary"] readme = "README.md" -license = "MIT" +license = "MIT OR Apache-2.0" +edition = "2021" [lib] bench = false