diff options
| author | Fuwn <[email protected]> | 2022-02-08 18:26:17 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-06-09 00:46:07 -0700 |
| commit | 16e321165b4cd08d2346b60da79184fcc003104e (patch) | |
| tree | 0ef2157851138c061cfbe1e363855f249c94fc43 /crates/divina_util/Cargo.toml | |
| parent | feat(cli): check before initing, no overwrite (diff) | |
| download | archived-divina-16e321165b4cd08d2346b60da79184fcc003104e.tar.xz archived-divina-16e321165b4cd08d2346b60da79184fcc003104e.zip | |
feat(divina_util): create and implement utility
Diffstat (limited to 'crates/divina_util/Cargo.toml')
| -rw-r--r-- | crates/divina_util/Cargo.toml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/crates/divina_util/Cargo.toml b/crates/divina_util/Cargo.toml new file mode 100644 index 0000000..f07edb3 --- /dev/null +++ b/crates/divina_util/Cargo.toml @@ -0,0 +1,13 @@ +[package] +name = "divina_util" +version = "0.1.0" +authors = ["Fuwn <[email protected]>"] +edition = "2021" +description = "Divina's utilities" +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 |