mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-21 15:04:33 -05:00
chore: auto-format Cargo.toml (#980)
This commit is contained in:
parent
0605e9bc34
commit
973c986411
1 changed files with 68 additions and 72 deletions
12
Cargo.toml
12
Cargo.toml
|
@ -7,7 +7,6 @@ authors = ["the Deno authors"]
|
|||
license = "MIT"
|
||||
edition = "2021"
|
||||
repository = "https://github.com/denoland/rusty_v8"
|
||||
|
||||
exclude = [
|
||||
# To keep the package under the 10mb limit imposed by crates.io we exclude
|
||||
# a lot of files that are not needed for the build.
|
||||
|
@ -80,17 +79,17 @@ default = ["use_custom_libcxx"]
|
|||
use_custom_libcxx = []
|
||||
|
||||
[dependencies]
|
||||
bitflags = "1.3.2"
|
||||
lazy_static = "1.4.0"
|
||||
libc = "0.2.126"
|
||||
bitflags = "1.3.2"
|
||||
|
||||
[build-dependencies]
|
||||
which = "4.2.5"
|
||||
fslock = "0.1.8"
|
||||
which = "4.2.5"
|
||||
|
||||
[dev-dependencies]
|
||||
trybuild = "1.0.61"
|
||||
align-data = "0.1.0"
|
||||
trybuild = "1.0.61"
|
||||
|
||||
[[example]]
|
||||
name = "hello_world"
|
||||
|
@ -102,7 +101,4 @@ name = "shell"
|
|||
name = "process"
|
||||
|
||||
[workspace]
|
||||
members = [
|
||||
"examples/android"
|
||||
]
|
||||
|
||||
members = ["examples/android"]
|
||||
|
|
Loading…
Reference in a new issue