diff options
author | HampusM <hampus@hampusmat.com> | 2022-07-09 19:57:10 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-07-09 19:57:10 +0200 |
commit | 15d7309072658800339eaba0491ba87ba6e266b2 (patch) | |
tree | f3bdfef0fb5f24e27e0f6803febc58879b6323dd /Cargo.toml | |
parent | fe4cbae692b873425db562784657daeaa7914772 (diff) |
feat: add DI container
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", ] |