mirror of
https://github.com/ByteAtATime/raycast-linux.git
synced 2025-12-23 10:11:57 +00:00
12 lines
298 B
TOML
12 lines
298 B
TOML
[package]
|
|
name = "flare"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
rustyscript = { version = "0.12.3", features = ["node_experimental"] }
|
|
# pin modules - https://github.com/rscarson/rustyscript/issues/399
|
|
serde = "=1.0.219"
|
|
serde_json = "=1.0.120"
|
|
serde_bytes = "=0.11.15"
|
|
iced = "0.13.1"
|