Files
beul/Cargo.toml

23 lines
405 B
TOML

[package]
name = "beul"
version = "0.1.0"
# Edition 2021 is not available in MSRV
edition = "2018"
license = "MIT OR Apache-2.0"
description = "It executes futures"
repository = "https://github.com/bertptrs/beul/"
rust-version = "1.51"
authors = [
"Bert Peters",
]
categories = [
"asynchronous",
"development-tools",
]
keywords = [
"futures",
"async",
"executor",
"runtime",
]