This website requires JavaScript.
Explore
Help
Sign In
srenblad
/
artiq
Watch
1
Star
0
Fork
0
You've already forked artiq
forked from
M-Labs/artiq
Code
Pull Requests
Activity
e8f7f8ef9c
artiq
/
artiq
/
firmware
/
Cargo.toml
3 lines
56 B
TOML
Raw
Normal View
History
Unescape
Escape
firmware: add a Cargo workspace. The Rust editor plugin for Sublime Text tries to invoke cargo, which disregards our Makefile and places junk all around the source tree. This calms it down, and now it only does that where our .gitignore already handles it.
2016-12-27 01:20:21 +08:00
[
workspace
]
firmware: libksupport → ksupport. The idea is that support libraries are called lib*, and the final products that linked into an executable are not.
2017-02-01 06:24:37 +08:00
members
=
[
"runtime"
,
"ksupport"
,
"satman"
]
Copy Permalink