refactor: explicitly name bin as donutbrowser

This commit is contained in:
zhom
2025-11-29 21:06:52 +04:00
parent 8da0dae545
commit eab5def6b1
+4
View File
@@ -16,6 +16,10 @@ name = "donutbrowser_lib"
crate-type = ["staticlib", "cdylib", "rlib"]
doctest = false
[[bin]]
name = "donutbrowser"
path = "src/main.rs"
[[bin]]
name = "donut-proxy"
path = "src/bin/proxy_server.rs"