Skip to content

Commit

Permalink
Merge branch 'main' into server
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiaagarwal committed Jun 19, 2024
2 parents f698797 + f9ebec9 commit 64924a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ members = [
"models",
]
resolver = "2"
default-members = ["server"]

[workspace.package]
edition = "2021"
Expand All @@ -25,4 +26,4 @@ serde_json = "^1.0"
tracing = { version = "^0.1.40" }
tracing-subscriber = { version = "^0.3.18", features = ["env-filter"] }
utoipa = { version = "4.2.3", features = ["openapi_extensions"] }
uuid = { version = "^1.8", features = ["serde", "v4"] }
uuid = { version = "^1.8", features = ["serde", "v4"] }

0 comments on commit 64924a1

Please sign in to comment.