mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-05 19:24:39 +00:00
refac: rewrite a lil in rust
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user