Skip to content

Commit 0c1e379

Browse files
committed
Fix Cargo.toml.
When one executable is explicitly specified then all other must be specified, too.
1 parent 9cf76ed commit 0c1e379

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "geometrify"
33
version = "0.1.0"
44
authors = ["Marco Schlumpp <[email protected]>"]
5+
license = "MPL-2.0"
56

67
[dependencies]
78
image = "^0.13.0"
@@ -28,6 +29,10 @@ optional = true
2829
[features]
2930
web = ["rocket", "rocket_codegen"]
3031

32+
[[bin]]
33+
name = "cli"
34+
path = "src/bin/cli.rs"
35+
3136
[[bin]]
3237
name = "web"
3338
path = "src/bin/web.rs"

0 commit comments

Comments
 (0)