We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9effbe commit eab4f8dCopy full SHA for eab4f8d
Cargo.toml
@@ -3,7 +3,10 @@ name = "cblas-sys"
3
version = "0.2.0"
4
edition = "2021"
5
license = "Apache-2.0 OR MIT"
6
-authors = ["Ivan Ukhov <[email protected]>"]
+authors = [
7
+ "Ivan Ukhov <[email protected]>",
8
+ "Severin Polonius <[email protected]>",
9
+]
10
description = "The package provides bindings to CBLAS (C)."
11
documentation = "https://docs.rs/cblas-sys"
12
homepage = "https://github.com/blas-lapack-rs/cblas-sys"
0 commit comments