From 6e3b3c8013e6d8814dbf70c854e55d062bedbdf4 Mon Sep 17 00:00:00 2001 From: memdmp Date: Mon, 13 Jan 2025 16:54:34 +0100 Subject: chore: initial commit --- Cargo.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..41d2cf0 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,16 @@ +[package] +name = "batacli" +version = "0.1.0" +edition = "2021" + +[dependencies] +resvg = "0.44.0" +serde = { version = "1.0.216", features = ["derive"] } +serde_json = "1.0.133" +tiny-skia = "0.11.4" +usvg = "0.44.0" + +[profile.release] +lto = "fat" +codegen-units = 1 +strip = "symbols" -- cgit v1.2.3