aboutsummaryrefslogtreecommitdiff
path: root/src/apple_silicon/Cargo.toml
blob: ea7f91098835e1924710766e082b002864d8976c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "apple_silicon"
version = "0.1.0"
edition = "2021"
description = "A common line tool for Apple Silicon"

license = "MIT"
authors = ["Franck Cuny <franck@fcuny.net>"]
repository = "https://github.com/fcuny/apple_silicon"
homepage = "https://github.com/fcuny/apple_silicon"
categories = ["command-line-utilities"]

[[bin]]
name = "apple_silicon"
path = "src/bin/apple_silicon.rs"

[dependencies]
thiserror = "2.0.9"