mirror of
https://github.com/m-labs/artiq.git
synced 2025-01-04 16:13:34 +08:00
12 lines
146 B
TOML
12 lines
146 B
TOML
[package]
|
|
authors = ["M-Labs"]
|
|
name = "build_artiq"
|
|
version = "0.0.0"
|
|
|
|
[lib]
|
|
name = "build_artiq"
|
|
path = "lib.rs"
|
|
|
|
[dependencies]
|
|
walkdir = "1.0"
|