Skip to content

Commit

Permalink
Add description and license fields for cuda,opencl interop crates
Browse files Browse the repository at this point in the history
  • Loading branch information
9prady9 committed Sep 9, 2020
1 parent b9bbea5 commit b2977af
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cuda-interop/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
[package]
name = "af-cuda-interop"
version = "3.7.1"
description = "ArrayFire is a high performance software library for parallel computing with an easy-to-use API. This crate is an addition on top of ArrayFire crate to enable users to mix RAW OpenCL code in rust and ArrayFire."
authors = ["Pradeep Garigipati <[email protected]>"]
documentation = "http://arrayfire.github.io/arrayfire-rust/af_cuda_interop/index.html"
homepage = "https://github.com/arrayfire/arrayfire-rust"
repository = "https://github.com/arrayfire/arrayfire-rust/tree/master/cuda-interop"
license = "BSD-3-Clause"
edition = "2018"

[dependencies]
Expand Down
5 changes: 5 additions & 0 deletions opencl-interop/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
[package]
name = "af-opencl-interop"
version = "3.7.1"
description = "ArrayFire is a high performance software library for parallel computing with an easy-to-use API. This crate is an addition on top of ArrayFire crate to enable users to mix RAW CUDA code in rust and ArrayFire."
authors = ["Pradeep Garigipati <[email protected]>"]
documentation = "http://arrayfire.github.io/arrayfire-rust/af_opencl_interop/index.html"
homepage = "https://github.com/arrayfire/arrayfire-rust"
repository = "https://github.com/arrayfire/arrayfire-rust/tree/master/opencl-interop"
license = "BSD-3-Clause"
edition = "2018"

[dependencies]
Expand Down

0 comments on commit b2977af

Please sign in to comment.