deno/cli
..
args
bench
cache
js
lsp
napi
node
npm
ops
schemas
tests
tools
tsc
util
auth_tokens.rs
build.rs
Cargo.toml
deno.ico
deno_std.rs
emit.rs
errors.rs
file_fetcher.rs
graph_util.rs
http_util.rs
js.rs
main.rs
module_loader.rs
proc_state.rs
README.md
resolver.rs
standalone.rs
version.rs
worker.rs

Deno CLI Crate

crates docs

This provides the actual deno executable and the user-facing APIs.

The deno crate uses the deno_core to provide the executable.