From 919219b65cceb11a832f74b6ba153c3ba0562187 Mon Sep 17 00:00:00 2001 From: _ <_@_> Date: Sun, 13 Apr 2025 23:29:02 -0500 Subject: [PATCH] add description and stuff --- Cargo.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2a269c6..e78a2fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,9 @@ [package] -name = "libframing" -version = "0.1.0" +description = "Length-prefixed framing for byte streams" edition = "2024" +license = "AGPL-3.0" +name = "libframing" +repository = "https://six-five-six-four.com/git/reactor/libframing" +version = "0.1.0" [dependencies]