11 lines
252 B
TOML
11 lines
252 B
TOML
[package]
|
|
name = "test_pic"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
# std = { path = "../../crates/std" }
|
|
shared = { path = "../../crates/shared", features = ["user"] }
|
|
io = { path = "../../crates/io" }
|
|
bffs = { path = "../../crates/bffs" }
|