-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathCargo.toml
More file actions
33 lines (28 loc) · 757 Bytes
/
Copy pathCargo.toml
File metadata and controls
33 lines (28 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[package]
name = "upico"
version = "0.2.1"
authors = ["Vitaly Domnikov <oss@vitaly.codes>"]
repository = "https://github.com/dotcypress/upico"
description = "uPico control app"
license = "MIT/Apache-2.0"
readme = "README.md"
edition = "2021"
[dependencies]
clap = "4.4.6"
clap_complete = "4.5.2"
rmp-serde = "1.1.2"
rusb = "0.9"
serde = { version = "1.0.188", features = ["serde_derive"] }
[features]
default = ["cm4"]
a04 = []
a06 = []
cm4 = []
cm4-bookworm = []
r01 = []
[profile.release]
strip = true
[package.metadata.cross.target.riscv64gc-unknown-linux-gnu]
image = "ghcr.io/cross-rs/riscv64gc-unknown-linux-gnu:0.2.4"
[package.metadata.cross.target.armv7-unknown-linux-musleabihf]
image = "ghcr.io/cross-rs/armv7-unknown-linux-musleabihf:0.2.4"