-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: prep Cargo.toml for 0.1.0 (#14)
- Loading branch information
1 parent
3d20a51
commit c389abd
Showing
1 changed file
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,18 @@ | ||
[package] | ||
name = "acid_alloc" | ||
description = "Bare-metal allocators" | ||
authors = ["dataphract <[email protected]>"] | ||
version = "0.1.0" | ||
edition = "2021" | ||
description = "Bare-metal allocators" | ||
readme = "README.md" | ||
repository = "https://github.com/dataphract/acid_alloc" | ||
license = "MIT OR Apache-2.0" | ||
|
||
repository = "https://github.com/dataphract/acid_alloc" | ||
documentation = "https://docs.rs/acid_alloc" | ||
readme = "README.md" | ||
|
||
# crates.io configuration | ||
keywords = ["allocator", "no_std"] | ||
categories = ["memory-management", "no-std"] | ||
|
||
[package.metadata.docs.rs] | ||
all-features = true | ||
|