This commit is contained in:
kristof 2025-04-02 08:26:36 +02:00
parent b2896b206c
commit 9c09f9e795

View File

@ -2,10 +2,10 @@
name = "sal" name = "sal"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"
authors = ["Your Name <your.email@example.com>"] authors = ["PlanetFirst <info@incubaid.com>"]
description = "System Abstraction Layer - A library for easy interaction with operating system features" description = "System Abstraction Layer - A library for easy interaction with operating system features"
repository = "https://github.com/yourusername/sal" repository = "https://git.ourworld.tf/herocode/sal"
license = "MIT OR Apache-2.0" license = "Apache-2.0"
keywords = ["system", "os", "abstraction", "platform", "filesystem"] keywords = ["system", "os", "abstraction", "platform", "filesystem"]
categories = ["os", "filesystem", "api-bindings"] categories = ["os", "filesystem", "api-bindings"]
readme = "README.md" readme = "README.md"