Skip to content

Commit 34c7321

Browse files
committed
build(decompression-plz): added license and author to Cargo.toml
1 parent 1f1b3dd commit 34c7321

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

decompression-plz/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
[package]
22
name = "decompression-plz"
33
version = "0.0.1"
4+
authors = ["darkseid", "sytten <emile@caido.io>"]
5+
description = "Decompression for ParsePlz ecosystem"
6+
repository = "https://github.com/parseplz/primitives"
7+
license = "MIT"
48
edition = "2024"
59

610
[dependencies]

0 commit comments

Comments
 (0)