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 /candle-examples | |
parent | 03a421f7145b36377cf8904497da96a1771ab99c (diff) | |
download | candle-4fe8a02f88f5bcb3a0d35d872de32424368ddec7.tar.gz candle-4fe8a02f88f5bcb3a0d35d872de32424368ddec7.tar.bz2 candle-4fe8a02f88f5bcb3a0d35d872de32424368ddec7.zip |
Update the repo location. (#305)
Diffstat (limited to 'candle-examples')
-rw-r--r-- | candle-examples/Cargo.toml | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/candle-examples/Cargo.toml b/candle-examples/Cargo.toml index b0529448..0db960ca 100644 --- a/candle-examples/Cargo.toml +++ b/candle-examples/Cargo.toml @@ -1,13 +1,12 @@ [package] name = "candle-examples" -version = "0.1.0" -edition = "2021" - -description = "Examples for the candle ML framework." -repository = "https://github.com/LaurentMazare/candle" -keywords = ["blas", "tensor", "machine-learning"] -categories = ["science"] -license = "MIT/Apache-2.0" +version.workspace = true +edition.workspace = true +description.workspace = true +repository.workspace = true +keywords.workspace = true +categories.workspace = true +license.workspace = true readme = "README.md" [dependencies] |