Skip to content

Commit

Permalink
chore: add coco bin to Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
oknozor committed Sep 24, 2020
1 parent d2ebbe7 commit 3fd06fe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,8 @@ cli = [ "clap"]
name = "cog"
path = "src/bin/cog.rs"
required-features = ["clap"]

[[bin]]
name = "coco"
path = "src/bin/coco.rs"
required-features = ["clap"]

0 comments on commit 3fd06fe

Please sign in to comment.