hookshot/Cargo.toml

20 lines
300 B
TOML
Raw Normal View History

2021-11-21 12:34:56 +00:00
[package]
name = "matrix-github"
2021-11-21 13:21:58 +00:00
version = "0.1.0"
edition = "2021"
2021-11-21 12:34:56 +00:00
[lib]
crate-type = ["cdylib"]
[dependencies]
napi = {version="1", features=["serde-json"]}
napi-derive = "1"
url = "2"
serde_json = "1"
serde = "1"
2021-11-21 16:51:04 +00:00
serde_derive = "1"
contrast = "0"
rgb = "0"
2021-11-21 12:34:56 +00:00
[build-dependencies]
napi-build = "1"