Skip to content

Commit

Permalink
chore: prep Cargo.toml for 0.1.0 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
dataphract committed Aug 22, 2022
1 parent 3d20a51 commit c389abd
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
[package]
name = "acid_alloc"
description = "Bare-metal allocators"
authors = ["dataphract <dataphract@gmail.com>"]
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
Expand Down

0 comments on commit c389abd

Please sign in to comment.