17 Commits

Author SHA1 Message Date
Palash Tyagi
e2c5e65c18 move rand from dev-deps to deps 2025-07-06 17:41:56 +01:00
Palash Tyagi
48660b1a75 Add rand as a development dependency in Cargo.toml 2025-07-05 00:47:51 +01:00
Palash Tyagi
b4069fa18b Update criterion dependency and add feature for benchmarks 2025-05-04 02:15:38 +01:00
Palash Tyagi
a3b2c2e7b4 Update benchmarks: rename benchmark to benchmarks and add combined benchmarks for matrix operations 2025-05-03 00:05:41 +01:00
Palash Tyagi
2bd01eabb0 Update Cargo.toml and Cargo.lock to add new dependencies and benchmarks 2025-05-02 22:15:42 +01:00
Palash Tyagi
7b5f0bf3bf Remove license-file entry from Cargo.toml 2025-04-26 05:52:09 +01:00
Palash Tyagi
e6f7c88893 Revert edition to 2021 and update chrono dependency version in Cargo.toml 2025-04-26 04:58:12 +01:00
Palash Tyagi
74e0731c11 Remove commented-out dependency for rayon in Cargo.toml 2025-04-26 02:34:41 +01:00
Palash Tyagi
415bb4a61e change version to alpha 2025-04-24 21:05:49 +01:00
Palash Tyagi
458d7a2100 remove rayon dependency from Cargo.toml 2025-04-20 01:50:34 +01:00
Palash Tyagi
4605208efd update Cargo.toml to define library configuration and dependencies 2025-04-17 11:59:55 +01:00
Palash Tyagi
18551fd3d4 Bump version to 0.0.1 in Cargo.toml and Cargo.lock 2025-04-14 23:47:24 +01:00
Palash Tyagi
5be08b4d0e Refine project description in Cargo.toml and README.md for clarity 2025-04-14 23:43:49 +01:00
Palash Tyagi
5c54e0fd3e Add description field to Cargo.toml for project clarity 2025-04-14 23:37:43 +01:00
Palash Tyagi
eefae5d61a Add readme field to Cargo.toml for project documentation reference 2025-04-14 23:33:29 +01:00
Palash Tyagi
92395b16bf Add LICENSE file and specify GPL-3.0-or-later in Cargo.toml 2025-04-14 23:32:17 +01:00
Palash Tyagi
76d6c9b4b5 Initialize Rust project with Cargo configuration and main function 2025-04-14 23:19:21 +01:00