Expanding a bit the README

This commit is contained in:
Nicolas Patry
2023-07-10 12:51:37 +02:00
parent 9ce0f1c010
commit 868743b8b9
3 changed files with 82 additions and 1 deletions

View File

@ -13,6 +13,7 @@ readme = "README.md"
[lib]
name = "candle"
crate-type = ["cdylib"]
doc = false
[dependencies]
candle = { path = "../candle-core", default-features=false }