Skip to content

Commit 125d86e

Browse files
authored
Update Cargo.toml
1 parent e3ac1fd commit 125d86e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

crates/handlers/Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,10 @@ mas-templates.workspace = true
106106
oauth2-types.workspace = true
107107
zxcvbn = "3.1.0"
108108

109-
tchap.workspace = true
109+
# tchap.workspace = true
110+
#:tchap:
111+
tchap = { path = "../tchap", version = "=0.1.0" }
112+
#:tchap:end
110113

111114
[dev-dependencies]
112115
insta.workspace = true

0 commit comments

Comments
 (0)