mirror of
https://github.com/PR0M3TH3AN/Marlin.git
synced 2025-09-07 06:38:44 +00:00

- Updated Cargo.lock and Cargo.toml to include new dependencies - Added new files for backup and watcher functionality in libmarlin - Introduced integration tests and documentation updates - Set workspace resolver to version 2 for better dependency resolution
11 lines
169 B
TOML
11 lines
169 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"libmarlin",
|
|
"cli-bin",
|
|
"tui-bin",
|
|
]
|
|
|
|
# optionally, share common dependency versions here:
|
|
# [workspace.dependencies]
|