diff --git a/examples/cw/Cargo.toml b/examples/cw/Cargo.toml index 15bd26357..77f9bf91e 100644 --- a/examples/cw/Cargo.toml +++ b/examples/cw/Cargo.toml @@ -8,10 +8,6 @@ edition = "2021" [lib] crate-type = ["cdylib", "rlib"] -[[bin]] -name = "listen-cw" -path = "src/bin/listen_cw.rs" - [dependencies] futuresdr = { path = "../..", features = ["audio"] } diff --git a/examples/cw/Trunk.toml b/examples/cw/Trunk.toml index 842cc2f76..d9494570e 100644 --- a/examples/cw/Trunk.toml +++ b/examples/cw/Trunk.toml @@ -1,3 +1,4 @@ [build] target = "index.html" dist = "dist" +# public_url = "/cw/"