From 9c09f9e7954e293a0e1815ddde90a608a8493b56 Mon Sep 17 00:00:00 2001 From: kristof Date: Wed, 2 Apr 2025 08:26:36 +0200 Subject: [PATCH] ... --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 396eb19..5c8278c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,10 +2,10 @@ name = "sal" version = "0.1.0" edition = "2021" -authors = ["Your Name "] +authors = ["PlanetFirst "] description = "System Abstraction Layer - A library for easy interaction with operating system features" -repository = "https://github.com/yourusername/sal" -license = "MIT OR Apache-2.0" +repository = "https://git.ourworld.tf/herocode/sal" +license = "Apache-2.0" keywords = ["system", "os", "abstraction", "platform", "filesystem"] categories = ["os", "filesystem", "api-bindings"] readme = "README.md"