mirror of
https://github.com/tauri-apps/javascriptcore-rs.git
synced 2026-01-31 00:35:17 +01:00
21 lines
501 B
TOML
21 lines
501 B
TOML
[package]
|
|
name = "javascriptcore-rs"
|
|
version = "0.10.0"
|
|
authors = ["The Gtk-rs Project Developers"]
|
|
|
|
description = "Rust bindings for the javacriptcore library"
|
|
repository = "https://github.com/gtk-rs/javascriptcore-rs"
|
|
license = "MIT"
|
|
homepage = "https://gtk-rs.org"
|
|
keywords = ["javascript", "gtk-rs", "gnome"]
|
|
|
|
[lib]
|
|
name = "javascriptcore"
|
|
|
|
[dependencies.glib]
|
|
git = "https://github.com/gtk-rs/gtk-rs-core.git"
|
|
|
|
[dependencies.javascriptcore-rs-sys]
|
|
path = "./javascriptcore-sys"
|
|
version = "0.1.1"
|