Files
rayhunter/Cargo.toml
Will Greenberg ed9d2b41d7 Renamed library crate to rayhunter, binary to rayhunter-daemon
The produced binary is still called rayhunter though!
2024-01-30 10:18:38 -08:00

8 lines
64 B
TOML

[workspace]
members = [
"lib",
"bin",
]
resolver = "2"