mirror of
https://github.com/denoland/std.git
synced 2024-11-22 04:59:05 +00:00
29 lines
237 B
TOML
29 lines
237 B
TOML
|
|
[[bin]]
|
|
name = "deno"
|
|
path = "cli/main.rs"
|
|
|
|
[[bin]]
|
|
name = "deno_core"
|
|
path = "src/foo.rs"
|
|
|
|
[[nib]]
|
|
name = "node"
|
|
path = "not_found"
|
|
|
|
[a]
|
|
[a.c]
|
|
z = "z"
|
|
|
|
[[b]]
|
|
[b.c]
|
|
z = "z"
|
|
|
|
[[b]]
|
|
[b.c]
|
|
z = "z"
|
|
|
|
[[aaa]]
|
|
hi = "hi"
|
|
[aaa.bbb]
|
|
asdf = "asdf" |