mirror of
https://github.com/callumio/suck.git
synced 2025-12-17 03:29:21 +00:00
initial commit
This commit is contained in:
commit
59d7953aad
16 changed files with 391 additions and 0 deletions
18
Cargo.toml
Normal file
18
Cargo.toml
Normal 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]
|
||||
Loading…
Add table
Add a link
Reference in a new issue