diff options
author | Santo Cariotti <santo@dcariotti.me> | 2023-10-22 19:26:12 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2023-10-22 19:33:52 +0200 |
commit | 3fbe786ed9c05d35d251bea7a2d18e2168eff553 (patch) | |
tree | 9d005940268970b85d2002f21b3657657b138b47 | |
parent | 27a1fdbe4eefef66531ae0f4243c4baea2903f42 (diff) |
Edit Cargo.toml
-rw-r--r-- | Cargo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,8 +1,11 @@ [package] -name = "sigma" +name = "sigma-trace" version = "0.0.1" edition = "2021" authors = ["Santo Cariotti <santo@dcariotti.me>"] +repository = "https://github.com/boozec/sigma" +description = "Monitor Linux executables with an interface easier than strace(1)" +license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |