Skip to content

Commit

Permalink
Move examples out of the workspace
Browse files Browse the repository at this point in the history
They are now standalone crates that show how to use the latest published
crates, not the workspace state.
  • Loading branch information
str4d committed Feb 17, 2024
1 parent a06b792 commit 94446b2
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 225 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ debug/
target/

# We commit a lockfile for the main crates so we can test them with MSRV in CI.
# We don't commit a lockfile for codegen because those crates don't have an MSRV
# and are expected to be run with latest stable Rust.
# We don't commit a lockfile for codegen or the examples because those crates
# don't have an MSRV and are expected to be run with latest stable Rust.
/examples/*/Cargo.lock
/lexicon/Cargo.lock

# These are backup files generated by rustfmt
Expand Down
Loading

0 comments on commit 94446b2

Please sign in to comment.