Skip to content

Commit d709863

Browse files
committed
Update cargo met
1 parent 67b0c97 commit d709863

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Cargo.toml

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22
name = "sui"
33
version = "0.0.0"
44
edition = "2021"
5+
license = "MIT"
6+
description = ""A injection tool for executable formats (ELF, PE, Mach-O) that allows you to embed files into existing binary and extract them at runtime"
7+
homepage = "https://sui.littledivy.com"
8+
repository = "https://github.com/littledivy/sui"
59

610
[dependencies]
7-
libc = "*"
11+
libc = "0.2"
812

913
[build-dependencies]
1014
cmake = "0.1"

0 commit comments

Comments
 (0)