aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-07-09 19:57:10 +0200
committerHampusM <hampus@hampusmat.com>2022-07-09 19:57:10 +0200
commit15d7309072658800339eaba0491ba87ba6e266b2 (patch)
treef3bdfef0fb5f24e27e0f6803febc58879b6323dd /Cargo.toml
parentfe4cbae692b873425db562784657daeaa7914772 (diff)
feat: add DI container
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1717a29..a0e6dd9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,6 @@
[workspace]
members = [
"syrette",
- "syrette_macros"
+ "syrette_macros",
+ "example",
]