aboutsummaryrefslogtreecommitdiff
path: root/src/apple_silicon/Cargo.toml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* a utility to gathers detailed information about Apple Silicon SystemFranck Cuny2025-09-061-18/+0
|
* Bump thiserror from 2.0.9 to 2.0.11dependabot[bot]2025-01-131-1/+1
| | | | | | | | | | | | | | Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.9 to 2.0.11. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/2.0.9...2.0.11) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump thiserror from 1.0.61 to 2.0.9dependabot[bot]2024-12-291-1/+1
| | | | | | | | | | | | | | Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.61 to 2.0.9. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.61...2.0.9) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* update project's metadataFranck Cuny2024-12-291-0/+11
|
* initial commitFranck Cuny2024-07-091-0/+7
``` [18:04] mba-fcuny:apple_silicon (main +) | cargo run Compiling apple_silicon v0.1.0 (/Users/fcuny/workspace/apple_silicon) Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.13s Running `target/debug/apple_silicon` our CPU is an Apple M2, and we have 8 cores, and 10 GPU cores ```