diff options
| author | Fuwn <[email protected]> | 2022-02-07 12:26:07 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-06-09 07:46:03 +0000 |
| commit | 4ace7cad20545d585d2ce8c5e93e4dc43358801b (patch) | |
| tree | 043b73bdd939f955f2b4d1e6309c8b697d6e0544 /crates/divina_config/Cargo.toml | |
| download | divina-4ace7cad20545d585d2ce8c5e93e4dc43358801b.tar.xz divina-4ace7cad20545d585d2ce8c5e93e4dc43358801b.zip | |
feat(divina): pre-release :star:
Diffstat (limited to 'crates/divina_config/Cargo.toml')
| -rw-r--r-- | crates/divina_config/Cargo.toml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/crates/divina_config/Cargo.toml b/crates/divina_config/Cargo.toml new file mode 100644 index 0000000..d232d68 --- /dev/null +++ b/crates/divina_config/Cargo.toml @@ -0,0 +1,17 @@ +[package] +name = "divina_config" +version = "0.1.0" +authors = ["Fuwn <[email protected]>"] +edition = "2021" +description = "Divina's configuration system" +readme = "README.rst" +homepage = "https://divina.land" +repository = "https://github.com/divinaland/Divina" +license = "GPL-3.0-only" +keywords = ["divina", "buildsystem", "build", "assembly", "asm", "nasm", "yasm"] +categories = ["development-tools::build-utils"] +publish = false + +[dependencies] +# Lua +rlua = "0.19.0" |