deno_lib_bindings 0.0.0

Official library for deno native bindings
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.deno]
version = "0.6.0"

[dependencies.hyper]
version = "0.12.29"

[lib]
path = "lib.rs"

[package]
authors = ["The deno authors"]
description = "Official library for deno native bindings"
edition = "2018"
license = "MIT"
name = "deno_lib_bindings"
repository = "https://github.com/denoland/deno"
version = "0.0.0"