mirror of
https://github.com/callumio/suck.git
synced 2025-12-17 03:29:21 +00:00
19 lines
601 B
TOML
19 lines
601 B
TOML
[package]
|
|
name = "suck"
|
|
description = "Suck data up through a channel"
|
|
authors = ["Callum Leslie <git@cleslie.uk>"]
|
|
version = "0.0.1"
|
|
edition = "2024"
|
|
documentation = "https://docs.rs/suck"
|
|
homepage = "https://github.com/callumio/suck"
|
|
repository = "https://github.com/callumio/suck"
|
|
readme = "README.md"
|
|
license = "MIT"
|
|
keywords = ["channel", "pull", "producer-consumer", "threading"]
|
|
categories = ["concurrency", "data-structures", "rust-patterns"]
|
|
exclude = ["flake.nix", "flake.lock", ".envrc", "cliff.toml", "release-plz.toml", "rustfmt.toml", ".github"]
|
|
|
|
[dependencies]
|
|
thiserror = "2.0"
|
|
|
|
[lib]
|