Skip to content

Commit 04507e2

Browse files
feat(deps): add commons crate for shared utilities
Add commons v0.0.1 with error and validation features to standardize error handling and validation across the Sebastien Rousseau crate ecosystem. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent fd38b72 commit 04507e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ path = "examples/cmn.rs"
5555
# Dependencies for the library
5656
serde = { version = "1.0.217", features = ["derive"] }
5757
serde_json = "1.0.137"
58+
commons = { git = "https://github.com/sebastienrousseau/commons", tag = "v0.0.1", default-features = false, features = ["error"] }
5859

5960
[dev-dependencies]
6061
# Dependencies for testing

0 commit comments

Comments
 (0)