From 4571e203180afbf0b9ad412c08109bba013b08a8 Mon Sep 17 00:00:00 2001 From: u <@> Date: Tue, 10 Mar 2026 08:23:57 +0200 Subject: a --- Cargo.toml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..fa568ae --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,27 @@ +[package] +name = "ataxia-rs" +version = "0.1.0" +edition = "2021" +authors = ["user"] + +[lib] +crate-type = ["cdylib"] + +[dependencies] +worker = { version = "0.7" } +worker-macros = { version = "0.7" } +maud = { version = "0.27.0" } +lazy_static = "1.5.0" +num = { version = "0.4.3", default-features = false } +regex = "1.12.3" + +[profile.release] +lto = true +strip = true +codegen-units = 1 +overflow-checks = false + + +[profile.dev] +overflow-checks = false + -- cgit v1.2.3