Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "cargo-js"
version = "0.0.0"
edition = "2021"
authors = ["Me"]
description = "Coming soon"
license = "MIT OR Apache-2.0"
repository = "https://github.com/maxwell8888/ravascript"
homepage = "https://github.com/maxwell8888/ravascript"
documentation = "https://docs.rs/cargo-js/latest/cargo-js/"
keywords = []
rust-version = "1.60.0"
publish = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]