We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b9dee4 commit 34da2b1Copy full SHA for 34da2b1
Cargo.toml
@@ -9,12 +9,12 @@ repository = "https://github.com/linux-packaging-rs/flatpak-ext"
9
license = "MIT"
10
11
[lib]
12
-name = "flatpak_ext"
+name = "libflatpak_ext"
13
path = "src/lib/lib.rs"
14
15
[[bin]]
16
name = "flatpak-ext"
17
-path = "src/main.rs"
+path = "src/bin/main.rs"
18
19
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
20
src/main.rs renamed to src/bin/main.rs
src/run_temp.rs renamed to src/bin/run_temp.rs
src/utils.rs renamed to src/bin/utils.rs
0 commit comments