0
0
Fork 0
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:
Bert Belder 2022-05-23 22:01:38 +02:00
parent 0605e9bc34
commit 973c986411
No known key found for this signature in database
GPG key ID: 7A77887B2E2ED461

View file

@ -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"]