blob: 778b279ec9d99be1c77e853676fc54f6460b2721 (
plain)
1
2
3
4
5
6
7
8
|
# Deno CLI Crate
[](https://crates.io/crates/deno)
[](https://docs.rs/deno)
This provides the actual deno executable and the user-facing APIs.
The deno crate uses the deno_core and deno_typescript to provide the executable.
|