mirror of
https://github.com/tauri-apps/deno.git
synced 2026-02-05 11:11:18 +01: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" |