diff options
author | Laurent Mazare <laurent.mazare@gmail.com> | 2023-08-02 11:12:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-02 11:12:18 +0100 |
commit | 4fe8a02f88f5bcb3a0d35d872de32424368ddec7 (patch) | |
tree | 11a97927711013b8e0f3b70b4cb5c08ef71475a1 /Cargo.toml | |
parent | 03a421f7145b36377cf8904497da96a1771ab99c (diff) | |
download | candle-4fe8a02f88f5bcb3a0d35d872de32424368ddec7.tar.gz candle-4fe8a02f88f5bcb3a0d35d872de32424368ddec7.tar.bz2 candle-4fe8a02f88f5bcb3a0d35d872de32424368ddec7.zip |
Update the repo location. (#305)
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -13,6 +13,15 @@ exclude = [ "candle-kernels", ] +[workspace.package] +version = "0.1.0" +edition = "2021" +description = "Minimalist ML framework." +repository = "https://github.com/huggingface/candle" +keywords = ["blas", "tensor", "machine-learning"] +categories = ["science"] +license = "MIT/Apache-2.0" + [workspace.dependencies] anyhow = { version = "1", features = ["backtrace"] } byteorder = "1.4.3" |