From d8c0eca58080d2f69c26bfb6fe9d123fc4d8daeb Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 17 Aug 2026 23:06:32 +0200 Subject: nasm: inherit certain options from the workspace MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- crates/nasm/Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'crates/nasm') diff --git a/crates/nasm/Cargo.toml b/crates/nasm/Cargo.toml index b204a33..34e7b2e 100644 --- a/crates/nasm/Cargo.toml +++ b/crates/nasm/Cargo.toml @@ -1,8 +1,9 @@ [package] name = "nasm" version = "0.1.0" -edition = "2024" -authors = ["Miquel Sabaté Solà "] +edition.workspace = true +license.workspace = true +authors.workspace = true [dependencies] xixanta.workspace = true -- cgit v1.2.3