mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-05 19:24:39 +00:00
18 lines
391 B
TOML
18 lines
391 B
TOML
[package]
|
|
name = "betterseqta-wasm"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
authors = ["BetterSEQTA+"]
|
|
description = "WebAssembly helpers for the BetterSEQTA+ browser extension"
|
|
repository = "https://github.com/BetterSEQTA/BetterSEQTA-Plus"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
wasm-bindgen = "0.2"
|
|
base64 = "0.22.1"
|
|
percent-encoding = "2.3.1"
|
|
regex = "1.11.1"
|
|
csscolorparser = "0.7.2"
|