Files
wasmtime/cranelift/bforest/Cargo.toml
Alex Crichton ee2ef5bdd0 Tidy up some more deps with workspace dependencies (#4965)
I missed these in #4905 and noticed just now but wanted to handle them
to ensure we uniformly handle deps in the workspace.
2022-09-26 17:27:35 -07:00

19 lines
518 B
TOML

[package]
authors = ["The Cranelift Project Developers"]
name = "cranelift-bforest"
version = "0.89.0"
description = "A forest of B+-trees"
license = "Apache-2.0 WITH LLVM-exception"
documentation = "https://docs.rs/cranelift-bforest"
repository = "https://github.com/bytecodealliance/wasmtime"
categories = ["no-std"]
readme = "README.md"
keywords = ["btree", "forest", "set", "map"]
edition.workspace = true
[dependencies]
cranelift-entity = { workspace = true }
[badges]
maintenance = { status = "experimental" }