Skip to content

Commit

Permalink
chore: add workspace deps for stremio-* crates
Browse files Browse the repository at this point in the history
Signed-off-by: Lachezar Lechev <[email protected]>
  • Loading branch information
elpiel committed Aug 2, 2024
1 parent 51c604a commit ba59b4b
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 40 deletions.
75 changes: 40 additions & 35 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 10 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,7 @@ path = "src/commonMain/rust/lib.rs"
resolver = "2"
members = ["stremio-core-protobuf"]

[profile.release]
lto = true
opt-level = 3

[dependencies]
[workspace.dependencies]
stremio-core = { version = "0.1", git = "https://github.com/Stremio/stremio-core", branch = "feat/serialize-model-separatelly-from-creating-it", features = [
"derive",
"analytics",
Expand All @@ -41,6 +37,15 @@ stremio-core = { version = "0.1", git = "https://github.com/Stremio/stremio-core
stremio-core-web = { version = "0.47", git = "https://github.com/Stremio/stremio-core", branch = "feat/serialize-model-separatelly-from-creating-it", default-features = false }
stremio-core-protobuf = { version = "0.1", path = "stremio-core-protobuf", default-features = false }

[profile.release]
lto = true
opt-level = 3

[dependencies]
stremio-core.workspace = true
stremio-core-web.workspace = true
stremio-core-protobuf.workspace = true

serde = "1.0.*"
serde_json = "1.0.*"
serde_path_to_error = "0.1.*"
Expand Down

0 comments on commit ba59b4b

Please sign in to comment.