Shift to a workspace.
This commit is contained in:
@@ -1 +1,2 @@
|
||||
**/target
|
||||
**/*.lock
|
||||
|
||||
Generated
-1783
File diff suppressed because it is too large
Load Diff
+7
-1
@@ -1,6 +1,6 @@
|
||||
[workspace]
|
||||
resolver = "3"
|
||||
members = ["crates/*"]
|
||||
members = ["crates/*", "plugins/scraper"]
|
||||
default-members = ["crates/kramer"]
|
||||
|
||||
[workspace.package]
|
||||
@@ -15,7 +15,12 @@ publish = false
|
||||
#
|
||||
# Workspace member crates
|
||||
#
|
||||
dvd = { path = "crates/dvd" }
|
||||
libdvdcss = { path = "crates/libdvdcss" }
|
||||
mapping = { path = "crates/mapping" }
|
||||
media = { path = "crates/media" }
|
||||
plugins = { path = "crates/plugins" }
|
||||
scsi = { path = "crates/scsi" }
|
||||
|
||||
#
|
||||
# External crates
|
||||
@@ -23,6 +28,7 @@ libdvdcss = { path = "crates/libdvdcss" }
|
||||
#anyhow = { version = "1.0", features = ["backtrace"] }
|
||||
#clap = { version = "4.5", features = ["derive"] }
|
||||
derive_more = { version = "2.1", features = ["display", "from"] }
|
||||
semver = { version = "1.0" }
|
||||
#serde = { version = "1.0", features = ["derive"] }
|
||||
|
||||
# Yes. For one constant, this library is required.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
[package]
|
||||
name.workspace = true
|
||||
name = "kramer"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
authors.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user