Skip to content

Commit c126b30

Browse files
committed
Add checkhelper to workspace
1 parent 3aba5a9 commit c126b30

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ resolver = "2"
44
members = [
55
"fontspector-cli",
66
"fontspector-checkapi",
7+
"fontspector-checkhelper",
78
"profile-universal", "profile-testplugin", "profile-googlefonts",
89
"fontspector-web",
910
]
@@ -21,3 +22,4 @@ font-types = "0.5.5"
2122

2223
# Serialization
2324
serde = {version = "1.0.130", features=["derive"] }
25+
fontspector-checkhelper = { path = "./fontspector-checkhelper" }

0 commit comments

Comments
 (0)