diff --git a/nixide-sys/Cargo.toml b/nixide-sys/Cargo.toml index 2cc0980..0c021dd 100644 --- a/nixide-sys/Cargo.toml +++ b/nixide-sys/Cargo.toml @@ -5,10 +5,7 @@ version = "0.1.0" readme = "../README.md" license = "GPL-3.0" repository = "https://codeberg.org/luminary/nixide" -authors = [ - "_cry64 ", - "foxxyora " -] +authors = [ "_cry64 " ] edition = "2024" build = "build.rs" diff --git a/nixide/Cargo.toml b/nixide/Cargo.toml index eab4e9b..b9a6405 100644 --- a/nixide/Cargo.toml +++ b/nixide/Cargo.toml @@ -5,11 +5,9 @@ version = "0.1.0" readme = "../README.md" license = "GPL-3.0" repository = "https://codeberg.org/luminary/nixide" -authors = [ - "_cry64 ", - "foxxyora ", -] +authors = [ "_cry64 " ] edition = "2024" +build = "build.rs" [lib] path = "src/lib.rs"