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"