Skip to content

Commit f9ebec9

Browse files
chore: add default-members (#8)
<!-- Please explain the changes you made --> closes #5 - added default-members 'server' to cargo.toml <!-- Please, make sure: - you have read the contributing guidelines: https://github.com/abrassel/unitycatalog-rs/blob/main/docs/CONTRIBUTING.md - you have formatted the code using rustfmt: https://github.com/rust-lang/rustfmt - you have checked that all tests pass, by running `cargo test --workspace` - you have updated the changelog (if needed): https://github.com/abrassel/unitycatalog-rs/blob/main/CHANGELOG.md -->
1 parent 06305a9 commit f9ebec9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ members = [
44
"models",
55
]
66
resolver = "2"
7+
default-members = ["server"]
78

89
[workspace.package]
910
edition = "2021"
@@ -18,4 +19,4 @@ serde = { version = "^1.0", features = ["derive"] }
1819
serde_json = "^1.0"
1920
tracing = { version = "^0.1.40" }
2021
tracing-subscriber = { version = "^0.3.18", features = ["env-filter"] }
21-
uuid = { version = "^1.8", features = ["serde", "v4"] }
22+
uuid = { version = "^1.8", features = ["serde", "v4"] }

0 commit comments

Comments
 (0)