chore: moved payload out, made it a usable lib
This commit is contained in:
parent
ecae892afb
commit
875c12cf43
5 changed files with 2 additions and 3 deletions
|
@ -4,9 +4,8 @@ version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
name = "tetanus"
|
name = "rustyneedle"
|
||||||
crate-type = ["cdylib"]
|
path = "src/lib.rs"
|
||||||
path = "src/tetanus/lib.rs"
|
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "needle"
|
name = "needle"
|
||||||
|
|
Loading…
Reference in a new issue