mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-22 02:54:21 +00:00
Add explicit [[bin]]
declaration to Cargo.toml
This commit is contained in:
parent
99f88ae83b
commit
8f083d86c0
1 changed files with 3 additions and 0 deletions
|
@ -16,3 +16,6 @@ tokio = { version = "1.38.0", features = ["macros", "rt-multi-thread", "time"] }
|
||||||
parse_datetime = "0.6.0"
|
parse_datetime = "0.6.0"
|
||||||
regex = "1.10.5"
|
regex = "1.10.5"
|
||||||
once_cell = "1.19.0"
|
once_cell = "1.19.0"
|
||||||
|
|
||||||
|
[[bin]]
|
||||||
|
name = "royalnet"
|
||||||
|
|
Loading…
Reference in a new issue