mirror of
https://github.com/denoland/deno.git
synced 2024-11-02 09:34:19 -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"
|