mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 13:17:08 +00:00

* Export a sensible user agent * Completely rewrite rust portions to be napi v2 compatible * Format rust files * Only lint TS files when running lint-node * Don't include autogenerated typings in the tree * changelog * Autofix generated rust dependencies due to a bug in napi@2 * Fix for multiple runs * Fix format_util file name * Make script generic * lint
24 lines
333 B
TOML
24 lines
333 B
TOML
[package]
|
|
name = "matrix-hookshot"
|
|
version = "1.0.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
napi = {version="2", features=["serde-json"]}
|
|
napi-derive = "2"
|
|
url = "2"
|
|
serde_json = "1"
|
|
serde = "1"
|
|
serde_derive = "1"
|
|
contrast = "0"
|
|
rgb = "0"
|
|
md-5 = "0.8.0"
|
|
hex = "0.4.3"
|
|
|
|
|
|
[build-dependencies]
|
|
napi-build = "1"
|