Skip to content

Commit

Permalink
test: add Cargo.toml with tricky dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
saecki committed Jun 30, 2024
1 parent da18976 commit 4b34c96
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[package]
edition = "2021"
name = "hi_there"
version = "0.1.0"

[dependencies]
# the `uuidv07` feature is a renamed dependency with the package `uuid`
diesel = { version = "1.4.8", features = ["uuidv07"] }

0 comments on commit 4b34c96

Please sign in to comment.