From c601fb03eb53230ad58c3d49007413b5be2087b9 Mon Sep 17 00:00:00 2001 From: aprilthepink Date: Tue, 18 Jun 2024 01:52:47 +0200 Subject: [PATCH] fix: rm build.rs fully --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d99743c..8566309 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,6 @@ name = "lysand-ap-layer" version = "0.1.0" edition = "2021" -build = "build.rs" authors = ["April John "] license = "AGPL-3.0-or-later" repository = "https://github.com/lysand-org/lysand-ap-layer"