Skip to content

Commit f674906

Browse files
committed
Add metadata to libtensorflow-sys
1 parent cd7633d commit f674906

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libtensorflow-sys/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name = "libtensorflow-sys"
33
version = "0.0.1"
44
authors = ["Adam Crume <[email protected]>"]
55
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"
610

711
[dependencies]
812
libc = "^0.2"

0 commit comments

Comments
 (0)