Skip to content

Commit 385e872

Browse files
Update readme and manifest
1 parent 8075c6b commit 385e872

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
[package]
22
name = "local_async_utils"
33
version = "0.2.2"
4-
edition = "2021"
5-
authors = ["Mikhail Vasilyev"]
4+
edition = "2024"
5+
authors = ["Mikhail Vasilyev <mikail.vasilyev@gmail.com>"]
66
description = "Utilities for single-threaded async programming"
77
repository = "https://github.com/DanglingPointer/local_async_utils"
88
license = "Apache-2.0"
9+
categories = ["asynchronous", "data-structures"]
10+
exclude = ["/tests"]
911

1012
[features]
1113
tokio-time = ["dep:tokio"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[![CI](https://github.com/DanglingPointer/local_async_utils/actions/workflows/ci.yml/badge.svg)](https://github.com/DanglingPointer/local_async_utils/actions/workflows/ci.yml)
22

33
# local_async_utils
4-
Rust utilities for single-threaded async programming.
4+
Rust utilities for single-threaded async programming. Similar to [`tokio::sync`](https://docs.rs/tokio/latest/tokio/sync/index.html) but without the unnecessary atomics and mutexes.

0 commit comments

Comments
 (0)