forked from kemitix/git-next
chore: simplify workspace.members specification
This commit is contained in:
parent
10e63894c2
commit
19d1f77065
1 changed files with 1 additions and 14 deletions
15
Cargo.toml
15
Cargo.toml
|
@ -1,19 +1,6 @@
|
|||
[workspace]
|
||||
resolver = "2"
|
||||
members = [
|
||||
"crates/cli",
|
||||
"crates/server",
|
||||
"crates/server-actor",
|
||||
"crates/config",
|
||||
"crates/git",
|
||||
"crates/forge",
|
||||
"crates/forge-forgejo",
|
||||
"crates/forge-github",
|
||||
"crates/repo-actor",
|
||||
"crates/webhook-actor",
|
||||
"crates/actor-macros",
|
||||
"crates/file-watcher-actor",
|
||||
]
|
||||
members = ["crates/*"]
|
||||
|
||||
[workspace.package]
|
||||
version = "0.9.0"
|
||||
|
|
Loading…
Reference in a new issue