Skip to content

Commit 16a64a4

Browse files
committed
chore: misnamed package
1 parent ebfc44a commit 16a64a4

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

Cargo.toml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
[workspace]
22
resolver = "2"
3-
members = ["bots", "common", "contract/*", "mock/*", "service/*", "test-utils", "universal-account"]
3+
members = [
4+
"bots",
5+
"common",
6+
"contract/*",
7+
"mock/*",
8+
"service/*",
9+
"test-utils",
10+
"universal-account",
11+
]
412

513
[workspace.package]
614
license = "MIT"
@@ -33,7 +41,7 @@ rstest = { version = "0.24" }
3341
schemars = { version = "0.8" }
3442
templar-common = { path = "./common" }
3543
templar-universal-account = { path = "./universal-account" }
36-
template-vault-contract = { path = "./contract/vault" }
44+
templar-vault-contract = { path = "./contract/vault" }
3745
test-utils = { path = "./test-utils" }
3846
thiserror = "2.0.11"
3947
tokio = { version = "1.30.0", features = ["full"] }

0 commit comments

Comments
 (0)