initial commit

This commit is contained in:
Callum Leslie 2025-09-02 15:29:17 +01:00
commit 59d7953aad
Signed by: cleslie
GPG key ID: D382C4AFEECEAA90
16 changed files with 391 additions and 0 deletions

18
Cargo.toml Normal file
View file

@ -0,0 +1,18 @@
[package]
name = "suck"
description = "Suck data up through a channel"
authors = ["Callum Leslie <git@cleslie.uk>"]
version = "0.0.0"
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 = []
categories = []
exclude = ["flake.nix", "flake.lock", ".envrc", "cliff.toml", "release-plz.toml", "rustfmt.toml", ".github"]
[dependencies]
[lib]