diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index f46ffdf..0605f9d 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -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"