mirror of
https://github.com/bertptrs/beul.git
synced 2025-12-25 12:40:31 +01:00
22 lines
365 B
TOML
22 lines
365 B
TOML
[package]
|
|
name = "beul"
|
|
version = "0.1.1"
|
|
edition = "2021"
|
|
license = "MIT OR Apache-2.0"
|
|
description = "It executes futures"
|
|
repository = "https://github.com/bertptrs/beul/"
|
|
rust-version = "1.68"
|
|
authors = [
|
|
"Bert Peters",
|
|
]
|
|
categories = [
|
|
"asynchronous",
|
|
"development-tools",
|
|
]
|
|
keywords = [
|
|
"futures",
|
|
"async",
|
|
"executor",
|
|
"runtime",
|
|
]
|