Skip to content

Commit

Permalink
chore: use new core crates setup
Browse files Browse the repository at this point in the history
Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
  • Loading branch information
elpiel committed Aug 7, 2023
1 parent 8ff25c1 commit cd394e5
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 41 deletions.
106 changes: 70 additions & 36 deletions Cargo.lock

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

6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ lto = true
opt-level = 's'

[dependencies]
stremio-core = { git = "https://github.com/Stremio/stremio-core", branch = "development" }
stremio-derive = { git = "https://github.com/Stremio/stremio-core", branch = "development" }
stremio-analytics = { git = "https://github.com/Stremio/stremio-core", branch = "development" }
stremio-core = { git = "https://github.com/Stremio/stremio-core", features = ["derive", "analytics"], branch = "development" }
serde = { version = "1.0.*", features = ["derive"] }
serde_json = "1.0.*"
futures = "0.3.*"
Expand Down Expand Up @@ -57,5 +55,3 @@ tracing-wasm = "0.2"
# [patch.'https://github.com/Stremio/stremio-core']

# stremio-core = { path = "../core" }
# stremio-derive = { path = "../core/stremio-derive" }
# stremio-analytics = { path = "../core/stremio-analytics" }

0 comments on commit cd394e5

Please sign in to comment.