35 lines
848 B
TOML
35 lines
848 B
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 3
|
|
|
|
[[package]]
|
|
name = "pkg-config"
|
|
version = "0.3.25"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
|
|
|
|
[[package]]
|
|
name = "rusty_jsc"
|
|
version = "0.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "97f314ea60a5ccbadc997f67a5bca81dc48e7058850e44f05911ce7f22c307de"
|
|
dependencies = [
|
|
"rusty_jsc_sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rusty_jsc"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"rusty_jsc 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rusty_jsc_sys"
|
|
version = "0.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e139e91ef225f39929b7e8228584500dafd1fa407f2aedd45faa30398f0568c2"
|
|
dependencies = [
|
|
"pkg-config",
|
|
]
|