diff options
Diffstat (limited to 'mingling_core')
| -rw-r--r-- | mingling_core/Cargo.toml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mingling_core/Cargo.toml b/mingling_core/Cargo.toml index 84b974b..dcc3fef 100644 --- a/mingling_core/Cargo.toml +++ b/mingling_core/Cargo.toml @@ -10,7 +10,7 @@ repository.workspace = true nightly = [] default = [] async = [] -builds = ["dep:dirs"] +builds = [] dispatch_tree = [] general_renderer = ["dep:serde"] @@ -29,8 +29,6 @@ debug = ["dep:log", "dep:env_logger"] just_fmt.workspace = true once_cell.workspace = true -dirs = { workspace = true, optional = true } - # comp just_template = { workspace = true, optional = true } |
