Skip to content

Commit 1ecb201

Browse files
committed
Update cargo and add licenses
1 parent 8e0b439 commit 1ecb201

File tree

7 files changed

+12
-0
lines changed

7 files changed

+12
-0
lines changed

cfavml-gemm/LICENSE-APACHE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../LICENSE-APACHE

cfavml-gemm/LICENSE-MIT

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../LICENSE-APACHE

cfavml-utils/LICENSE-APACHE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../LICENSE-APACHE

cfavml-utils/LICENSE-MIT

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../LICENSE-APACHE

cfavml/Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,14 @@
22
name = "cfavml"
33
version = "0.1.0"
44
edition = "2021"
5+
rust-version = "1.75"
6+
authors = ["Harrison Burt <[email protected]>"]
57
description = "CF's Accelerated Vector Math Library providing SIMD optimzied routines for vector operations"
68
keywords = ["linear-algebra", "vector", "simd"]
9+
categories = ["no-std", "no-std::no-alloc", "concurrency"]
10+
readme = "README.md"
11+
repository = "https://github.com/ChillFish8/cfavml"
12+
license = "MIT OR Apache-2.0"
713

814
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
915

cfavml/LICENSE-APACHE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../LICENSE-APACHE

cfavml/LICENSE-MIT

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../LICENSE-APACHE

0 commit comments

Comments
 (0)