18 lines
372 B
TOML
18 lines
372 B
TOML
[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"]
|