Skip to content

Commit

Permalink
chore: remove unused uuid dependency I thought I was going to use
Browse files Browse the repository at this point in the history
  • Loading branch information
GNMoseke committed Mar 31, 2024
1 parent 4f67cd9 commit 7bec8e8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ rocket = { version = "0.5.0", features = ["json"] }
# Avoids extra annotation over serializable structs
serde = { version = "1.0", features = ["derive"] }

# UUIDs are always useful
uuid = { version = "1.8.0", features = ["v4", "fast-rng"]}

# Datastore (right now)
mongodb = "2.8.1"

Expand Down

0 comments on commit 7bec8e8

Please sign in to comment.