Simplifying our internal cargo dependencies. (#1529)

This commit is contained in:
Nicolas Patry
2024-01-07 12:04:14 +01:00
committed by GitHub
parent 84250bf52f
commit b4cb982e49
18 changed files with 55 additions and 48 deletions

View File

@ -7,7 +7,7 @@ keywords.workspace = true
categories.workspace = true
[dependencies]
candle = { path = "../candle-core", version = "0.3.3", package = "candle-core" }
candle = { workspace = true }
rand = { workspace = true }
getrandom = { version = "0.2", features = ["js"] }