summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2020-01-23 16:32:52 -0500
committerBartek IwaƄczuk <biwanczuk@gmail.com>2020-01-23 22:32:52 +0100
commit74e6eb14dd4697ba8bf52e044af0e7dfef49e441 (patch)
tree8d2729ad1b89f8e1de52c81de1b00c4a1328fd7e /core
parent5a658a2ff758faef4a3d864ba0b2324fa731dfcc (diff)
update readmes (#3765)
Diffstat (limited to 'core')
-rw-r--r--core/README.md9
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
+
+[![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