1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-10-16 14:37:27 +00:00

Add explicit [[bin]] declaration to Cargo.toml

This commit is contained in:
Steffo 2024-07-12 05:00:16 +02:00
parent 99f88ae83b
commit 8f083d86c0
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -16,3 +16,6 @@ tokio = { version = "1.38.0", features = ["macros", "rt-multi-thread", "time"] }
parse_datetime = "0.6.0"
regex = "1.10.5"
once_cell = "1.19.0"
[[bin]]
name = "royalnet"