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 cd7633d commit f674906Copy full SHA for f674906
libtensorflow-sys/Cargo.toml
@@ -3,6 +3,10 @@ name = "libtensorflow-sys"
3
version = "0.0.1"
4
authors = ["Adam Crume <[email protected]>"]
5
build = "build.rs"
6
+description = "Low-level Rust language bindings for TensorFlow. This project is still under active development and not yet ready for widespread use."
7
+license = "Apache-2.0"
8
+keywords = ["TensorFlow", "bindings"]
9
+repository = "https://github.com/google/tensorflow-rust"
10
11
[dependencies]
12
libc = "^0.2"
0 commit comments