diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/README.md | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/core/README.md b/core/README.md index 9345b6eff..579fe6093 100644 --- a/core/README.md +++ b/core/README.md @@ -1,4 +1,11 @@ -# Deno Core +# Deno Core Crate + +[](https://crates.io/crates/deno_core) +[](https://docs.rs/deno_core) + +The main dependency of this crate is +[rusty_v8](https://github.com/denoland/rusty_v8), which provides the V8-Rust +bindings. This Rust crate contains the essential V8 bindings for Deno's command-line interface (Deno CLI). The main abstraction here is the Isolate which provides a |