mirror of
https://github.com/chylex/Bark-Browser.git
synced 2024-11-23 10:42:50 +01:00
16 lines
431 B
TOML
16 lines
431 B
TOML
[package]
|
|
name = "slab_tree"
|
|
version = "0.3.2"
|
|
authors = ["Ian <iwburns8@gmail.com>"]
|
|
description = "A vec-backed tree structure with tree-specific generational indexes."
|
|
documentation = "https://docs.rs/slab_tree"
|
|
repository = "https://github.com/iwburns/slab-tree"
|
|
readme = "README.md"
|
|
keywords = ["tree", "slab", "slab-tree"]
|
|
categories = ["data-structures"]
|
|
license = "MIT"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
snowflake = "1.3.0"
|