From 74e6eb14dd4697ba8bf52e044af0e7dfef49e441 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Thu, 23 Jan 2020 16:32:52 -0500 Subject: update readmes (#3765) --- core/README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'core') 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 + +[![crates](https://img.shields.io/crates/v/deno_core.svg)](https://crates.io/crates/deno_core) +[![docs](https://docs.rs/deno_core/badge.svg)](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 -- cgit v1.2.3