bliss-js/Cargo.toml

18 lines
372 B
TOML
Raw Permalink Normal View History

2024-05-24 19:23:29 +03:00
[package]
name = "bliss-js"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["rlib", "cdylib"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies.bliss-audio]
version = "0.7.0"
[dependencies.neon]
version = "1.0.0-alpha.4"
default-features = false
features = ["napi-6", "channel-api", "try-catch-api"]