This commit is contained in:
21
Cargo.toml
Normal file
21
Cargo.toml
Normal file
@@ -0,0 +1,21 @@
|
||||
[package]
|
||||
name = "laika"
|
||||
version = "0.1.4"
|
||||
edition = "2024"
|
||||
authors = ["Laika Schmidt <laika.schmidt@magenta.de>"]
|
||||
description = "A namespace crate containing miscellaneous submodules (like an SPMC channel) of owner its-laika"
|
||||
repository = "https://github.com/its-laika/crates"
|
||||
readme = "README.md"
|
||||
license = "MIT"
|
||||
keywords = ["channel", "spmc", "oneshot"]
|
||||
categories = ["concurrency"]
|
||||
include = ["**/*.rs", "Cargo.toml"]
|
||||
|
||||
[lib]
|
||||
source = "src/lib.rs"
|
||||
|
||||
[features]
|
||||
shotgun = []
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = { version = "1.48", features = ["rt", "macros"] }
|
||||
Reference in New Issue
Block a user