diff --git a/Cargo.toml b/Cargo.toml index 7e9f5ac..bed9327 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,6 +49,7 @@ section = "net" depends = [] # No auto deps? assets = [ ["target/release/fwd", "usr/bin/", "755"], + ["target/release/fwd-browse", "usr/bin/", "755"], ["LICENSE", "usr/share/doc/fwd/", "644"], ["README.md", "usr/share/doc/fwd/README", "644"], # The man page is automatically generated by fwd's build process. See