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]