Skip to content

Commit

Permalink
Chore: add Cargo.toml fields to cust_core
Browse files Browse the repository at this point in the history
  • Loading branch information
RDambrosio016 committed Feb 7, 2022
1 parent f60ea04 commit 24a160a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/cust_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
name = "cust_core"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Core library for cust that can be shared across CPU and GPU"
repository = "https://github.com/Rust-GPU/Rust-CUDA"
readme = "../../README.md"

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

0 comments on commit 24a160a

Please sign in to comment.