Skip to content

Commit

Permalink
fixup! Merge pull request #184 from google/dependabot/cargo/rust/carg…
Browse files Browse the repository at this point in the history
…o-5c0860a51f

document cli feature
  • Loading branch information
burgerdev committed Dec 14, 2024
1 parent 73172fc commit 4b9bbb5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,6 @@ path = "src/lib.rs"
name = "glome"
path = "src/cli/bin.rs"

# The binary has more dependencies than the library. We allow skipping the binary and its
# dependencies by hiding it behind a feature.
required-features = ["cli"]

0 comments on commit 4b9bbb5

Please sign in to comment.