mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 13:17:08 +00:00
20 lines
300 B
TOML
20 lines
300 B
TOML
[package]
|
|
name = "matrix-github"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
napi = {version="1", features=["serde-json"]}
|
|
napi-derive = "1"
|
|
url = "2"
|
|
serde_json = "1"
|
|
serde = "1"
|
|
serde_derive = "1"
|
|
contrast = "0"
|
|
rgb = "0"
|
|
|
|
[build-dependencies]
|
|
napi-build = "1" |