Skip to content

Commit 24a160a

Browse files
committed
Chore: add Cargo.toml fields to cust_core
1 parent f60ea04 commit 24a160a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

crates/cust_core/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
name = "cust_core"
33
version = "0.1.0"
44
edition = "2021"
5+
license = "MIT OR Apache-2.0"
6+
description = "Core library for cust that can be shared across CPU and GPU"
7+
repository = "https://github.com/Rust-GPU/Rust-CUDA"
8+
readme = "../../README.md"
59

610
[dependencies]
711
vek = { version = "0.15.1", default-features=false, features=["libm"], optional = true }

0 commit comments

Comments
 (0)