mirror of
https://github.com/tracel-ai/burn.git
synced 2026-05-31 19:49:48 +09:00
Remove self dep on burn-remote
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -874,7 +874,6 @@ dependencies = [
|
||||
"async-channel",
|
||||
"axum",
|
||||
"burn-common",
|
||||
"burn-remote",
|
||||
"burn-router",
|
||||
"burn-tensor",
|
||||
"derive-new 0.7.0",
|
||||
|
||||
@@ -43,10 +43,6 @@ axum = { version = "0.8.1", features = ["ws"], optional = true }
|
||||
tracing-core = { workspace = true, optional = true }
|
||||
tracing-subscriber = { workspace = true, optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
# We activate the features client and server during dev.
|
||||
burn-remote = { path = ".", version = "0.16.0", features=["client", "server"] }
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
features = ["doc"]
|
||||
rustdoc-args = ["--cfg", "docsrs"]
|
||||
|
||||
@@ -76,6 +76,7 @@ allow = [
|
||||
"Apache-2.0",
|
||||
"BSD-3-Clause",
|
||||
"BSD-2-Clause",
|
||||
"BSL-1.0", # in NOTICES.md
|
||||
"CC0-1.0",
|
||||
"ISC",
|
||||
"MIT",
|
||||
@@ -92,5 +93,4 @@ exceptions = [
|
||||
# Each entry is the crate and version constraint, and its specific allow
|
||||
# list
|
||||
#{ allow = ["license_name"], name = "crate", version = "*" },
|
||||
{ allow = ["BSL-1.0"], name = "clipboard-win", version = "*" }, # in NOTICES.md
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user