mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
12 lines
133 B
TOML
12 lines
133 B
TOML
|
|
||
|
[[bin]]
|
||
|
name = "deno"
|
||
|
path = "cli/main.rs"
|
||
|
|
||
|
[[bin]]
|
||
|
name = "deno_core"
|
||
|
path = "src/foo.rs"
|
||
|
|
||
|
[[nib]]
|
||
|
name = "node"
|
||
|
path = "not_found"
|