forked from elliott10/fxmac_rs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
25 lines (21 loc) · 727 Bytes
/
Cargo.toml
File metadata and controls
25 lines (21 loc) · 727 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
[package]
name = "fxmac_rs"
version = "0.2.3"
edition = "2024"
license = "GPL-2.0"
description = "fxmac ethernet driver in Rust on PhytiumPi board."
authors = ["xiaoluoyuan@163.com"]
homepage = "https://github.com/elliott10/fxmac_rs.git"
repository = "https://github.com/elliott10/fxmac_rs.git"
documentation = "https://docs.rs/fxmac_rs"
readme = "README.md"
keywords = ["ethernet", "driver", "phytium", "aarch64", "no_std"]
categories = ["embedded", "hardware-support", "no-std"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
debug = []
[dependencies]
log = "0.4"
crate_interface = "0.3"
[target.'cfg(target_arch = "aarch64")'.dependencies]
aarch64-cpu = "11"