You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by jr...@apache.org on 2021/03/31 04:52:26 UTC

[tvm] 11/23: Add descp for tvm-sys

This is an automated email from the ASF dual-hosted git repository.

jroesch pushed a commit to branch ci-docker-staging
in repository https://gitbox.apache.org/repos/asf/tvm.git

commit 8e373c848f3880fa5ce51c7981aa11b9d38d5828
Author: Jared Roesch <jr...@octoml.ai>
AuthorDate: Mon Feb 22 23:10:39 2021 -0800

    Add descp for tvm-sys
---
 rust/tvm-sys/Cargo.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rust/tvm-sys/Cargo.toml b/rust/tvm-sys/Cargo.toml
index e9f8786..06b04f9 100644
--- a/rust/tvm-sys/Cargo.toml
+++ b/rust/tvm-sys/Cargo.toml
@@ -21,6 +21,7 @@ version = "0.1.0-alpha"
 authors = ["TVM Contributors"]
 license = "Apache-2.0"
 edition = "2018"
+description = "Low level bindings to TVM's cross language API."
 
 [features]
 default = ["dynamic-linking"]