mirror of
https://github.com/ilya-zlobintsev/LACT.git
synced 2025-02-25 18:55:26 -06:00
explicitly list crates in workspace Cargo.toml (for dependabot)
This commit is contained in:
parent
8a3dfd4d6f
commit
685a2479c5
10
.github/dependabot.yml
vendored
10
.github/dependabot.yml
vendored
@ -1,7 +1,7 @@
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: cargo
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: daily
|
||||
open-pull-requests-limit: 10
|
||||
- package-ecosystem: cargo
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: daily
|
||||
open-pull-requests-limit: 10
|
||||
|
@ -1,3 +1,10 @@
|
||||
[workspace]
|
||||
resolver = "2"
|
||||
members = ["lact*"]
|
||||
members = [
|
||||
"lact",
|
||||
"lact-cli",
|
||||
"lact-gui",
|
||||
"lact-schema",
|
||||
"lact-client",
|
||||
"lact-daemon",
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user