changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / rust/lib/alch/Cargo.toml

changeset 698: 96958d3eb5b0
parent: 0abefe2a369b
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 04 Oct 2024 22:04:59 -0400
permissions: -rw-r--r--
description: fixes
1 [package]
2 name = "alch"
3 version = "0.1.0"
4 authors = ["ellis"]
5 edition = "2018"
6 description = "Allocator Modules"
7 documentation = "https://docs.rwest.io/alch"
8 repository = "https://hg.rwest.io/rlib"
9 publish = ["crater"]
10 
11 [dependencies]
12 bumpalo = {version = "3.16.0", features = ["allocator_api"]}
13 memmap2 = "0.5.10"