chore: better name!

This commit is contained in:
əlemi 2023-03-31 12:35:25 +02:00
parent da6613f6b0
commit 49d26eda1e
3 changed files with 4 additions and 4 deletions

View file

@ -1,15 +1,15 @@
[package] [package]
name = "rustyneedle" name = "pox"
version = "0.2.0" version = "0.2.0"
edition = "2021" edition = "2021"
[lib] [lib]
name = "rustyneedle" name = "pox"
path = "src/lib.rs" path = "src/lib.rs"
[[bin]] [[bin]]
name = "needle" name = "vector"
path = "src/needle/main.rs" path = "src/vector/main.rs"
required-features = ["bin"] required-features = ["bin"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html