chore: moved payload out, made it a usable lib

This commit is contained in:
əlemi 2023-03-30 05:10:11 +02:00
parent ecae892afb
commit 875c12cf43
Signed by: alemi
GPG key ID: A4895B84D311642C
5 changed files with 2 additions and 3 deletions

View file

@ -4,9 +4,8 @@ version = "0.1.0"
edition = "2021"
[lib]
name = "tetanus"
crate-type = ["cdylib"]
path = "src/tetanus/lib.rs"
name = "rustyneedle"
path = "src/lib.rs"
[[bin]]
name = "needle"