cleanup of config files

This commit is contained in:
Michael 2022-12-13 22:19:25 +00:00
parent aa131bb9a9
commit 293c037ecb
Signed by: michael
GPG Key ID: 523BD9EF68BDD44C
2 changed files with 4 additions and 2 deletions

View File

@ -1,9 +1,11 @@
[package]
name = "sway-ipc"
version = "0.1.0"
authors = ["Michael Lindman <michael.lindman@gmail.com>"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[profile.release]
strip = "symbols"
[dependencies]
serde = { version = "1.0", features = ["derive"] }

View File

@ -1,5 +1,5 @@
run:
cargo run
cargo test
build:
cargo build