rtio
Sebastien Bourdeauducq 2020-08-06 20:26:48 +08:00
parent 8dabc8e6fd
commit 2f6310f8bd
1 changed files with 1 additions and 3 deletions

View File

@ -1,12 +1,10 @@
[package] [package]
name = "libc" name = "libc"
version = "0.1.0" version = "0.1.0"
authors = ["pca006132 <john.lck40@gmail.com>"] authors = ["M-Labs"]
edition = "2018" edition = "2018"
build = "build.rs" build = "build.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
libboard_zynq = { git = "https://git.m-labs.hk/M-Labs/zc706.git" } libboard_zynq = { git = "https://git.m-labs.hk/M-Labs/zc706.git" }