Skip to content

Commit

Permalink
Docs(README): Add missing examples for new config elements
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Mabileau <paulmabileau@hotmail.fr>
  • Loading branch information
PaulDance committed Jun 2, 2024
1 parent 74b091e commit 664f4db
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -677,6 +677,22 @@ package-name-3 = {
all-features = boolean,
default-features = boolean,
features = ["feature-1", "feature-2"],
index = "http://example.com/"
registry = "example-registry"
git = "http://example.com/exa/mple.git"
branch = "branch"
tag = "tag"
rev = "SHA1"
path = "/a/b/c"
bins = ["bin1", "bin2"]
all-bins = boolean
examples = ["ex1", "ex2"]
all-examples = boolean
force = boolean
ignore-rust-version = boolean
frozen = boolean
locked = boolean
offline = boolean
extra-arguments = ["--arg1", "--arg2"],
environment = { ENV1 = "abc", ENV2 = "def" },
}
Expand Down

0 comments on commit 664f4db

Please sign in to comment.