mirror of
https://github.com/tauri-apps/javascriptcore-rs.git
synced 2026-01-31 00:35:17 +01:00
17 lines
402 B
TOML
17 lines
402 B
TOML
[package]
|
|
name = "javascriptcore-rs-sys"
|
|
version = "0.1.1"
|
|
authors = ["The Gtk-rs Project Developers"]
|
|
|
|
description = "Sys functions for the Rust bindings of 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_sys"
|
|
|
|
[dependencies]
|
|
libc = "^0.2"
|