mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-24 19:10:24 +00:00
20 lines
313 B
TOML
20 lines
313 B
TOML
|
[package]
|
||
|
name = "fireworks"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
publish = false
|
||
|
license = "GPL-3.0-or-later"
|
||
|
|
||
|
[lints]
|
||
|
workspace = true
|
||
|
|
||
|
[lib]
|
||
|
path = "src/fireworks.rs"
|
||
|
|
||
|
[dependencies]
|
||
|
anyhow.workspace = true
|
||
|
futures.workspace = true
|
||
|
http_client.workspace = true
|
||
|
serde.workspace = true
|
||
|
serde_json.workspace = true
|