2022-11-25 20:14:17 +00:00
|
|
|
[package]
|
|
|
|
name = "sway-ipc"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
2022-12-10 00:31:53 +00:00
|
|
|
repository = "https://git.0cd.xyz/michael/sway-ipc"
|
|
|
|
license = "MIT"
|
2022-11-25 20:14:17 +00:00
|
|
|
|
2022-11-30 18:41:44 +00:00
|
|
|
[dependencies]
|
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
2022-12-10 00:31:53 +00:00
|
|
|
serde_json = "1.0"
|
|
|
|
rocket = "0.5.0-rc.2"
|
|
|
|
rocket_dyn_templates = { version = "0.1.0-rc.2", features = ["tera"] }
|