blob: 18bee8a41c21668793bf239a6a3688a2af916cf7 (
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 to provide the executable.
|