diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ [workspace] members = [ "syrette", - "syrette_macros" + "syrette_macros", + "example", ] |
index : syrette | ||
The convenient dependency injection framework for Rust |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | Cargo.toml | 3 |
@@ -1,5 +1,6 @@ [workspace] members = [ "syrette", - "syrette_macros" + "syrette_macros", + "example", ] |