Skip to content

Commit 34da2b1

Browse files
committed
restructure bin into bin folder
1 parent 2b9dee4 commit 34da2b1

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ repository = "https://github.com/linux-packaging-rs/flatpak-ext"
99
license = "MIT"
1010

1111
[lib]
12-
name = "flatpak_ext"
12+
name = "libflatpak_ext"
1313
path = "src/lib/lib.rs"
1414

1515
[[bin]]
1616
name = "flatpak-ext"
17-
path = "src/main.rs"
17+
path = "src/bin/main.rs"
1818

1919
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2020

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)