Update Cargo.toml

This commit is contained in:
donjuanplatinum 2024-07-14 19:11:31 +08:00 committed by GitHub
parent 9b36e90561
commit dbcbef6fd7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,6 +26,9 @@ candle-examples = "0.6.0"
candle-nn = "0.6.0"
safetensors = "0.4.3"
#safetensors = {path ="../safetensors/safetensors"}
[build-dependencies]
bindgen_cuda = { version = "0.1.1", optional = true }
[features]
default = []