diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..f3fc4b8 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,14 @@ +[package] +name = "the-pit" +version = "0.1.0" +edition = "2024" + +[dependencies] +tokio = { version = "1", features = ["full"] } +mimalloc = "0.1" + +[profile.release] +lto = true +codegen-units = 1 +panic = "abort" +strip = true \ No newline at end of file