diff options
author | HampusM <hampus@hampusmat.com> | 2023-08-16 22:35:47 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2023-08-16 22:36:09 +0200 |
commit | 800e164a83388aa5ca7675f8031b0f0d7c6b6051 (patch) | |
tree | 744cbab2db5ff7ca4edb3713ceabf24d79620df0 /Cargo.toml | |
parent | 595806824d41c696b660f40c01914a24e9618f1d (diff) |
test: make the prevent-circular example an integration test
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -35,10 +35,6 @@ required-features = ["async", "factory"] name = "async-factory" required-features = ["async", "factory"] -[[example]] -name = "prevent-circular" -required-features = ["prevent-circular"] - [dependencies] syrette_macros = { path = "./macros", version = "0.4.2" } linkme = "0.3.0" |