Files
Stefan Schindler 44e9e4d77e Use https for all links
Hi all

This is a followup to https://github.com/gtk-rs/gtk/pull/1054

Cheers,
Stefan
2020-10-04 23:47:03 +02:00

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"