Skip to content

Commit

Permalink
Merge pull request #1 from aumetra/aw/crates-io-metadata
Browse files Browse the repository at this point in the history
Add crates.io metadata
  • Loading branch information
aumetra authored Oct 7, 2024
2 parents 84fb990 + d2f7538 commit 8dfc719
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@ name = "asynk-strim"
version = "0.1.0"
edition = "2021"

# crates.io metadata
rust-version = "1.83"
description = "Lightweight stream generator library"
license = "MIT OR Apache-2.0"
repository = "https://github.com/aumetra/asynk-strim.git"
categories = ["asynchronous", "no-std", "no-std::no-alloc"]
keywords = ["async", "no_std", "stream"]

# Make crate as small as possible
include = [
"src/**/*.rs",
"Cargo.toml",
"README.md",
"LICENSE-APACHE",
"LICENSE-MIT",
]

[[bench]]
name = "bench"
harness = false
Expand Down

0 comments on commit 8dfc719

Please sign in to comment.