12 lines
309 B
TOML
12 lines
309 B
TOML
[package]
|
|
name = "sway-ipc"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
repository = "https://git.0cd.xyz/michael/sway-ipc"
|
|
license = "MIT"
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
rocket = "0.5.0-rc.2"
|
|
rocket_dyn_templates = { version = "0.1.0-rc.2", features = ["tera"] } |