diff options
Diffstat (limited to 'mingling_core/Cargo.toml')
| -rw-r--r-- | mingling_core/Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mingling_core/Cargo.toml b/mingling_core/Cargo.toml index 14140c6..833a857 100644 --- a/mingling_core/Cargo.toml +++ b/mingling_core/Cargo.toml @@ -14,7 +14,7 @@ categories = ["command-line-interface"] nightly = [] default = [] async = [] -builds = [] +build = [] picker = [] dispatch_tree = [] @@ -49,3 +49,5 @@ toml = { workspace = true, optional = true } # debug log = { workspace = true, optional = true } env_logger = { workspace = true, optional = true } + +might_be_async.workspace = true |
