Commit
Message
Changed Files (4)
-
modified Cargo.toml
diff --git a/Cargo.toml b/Cargo.toml index e0e19f0..a4cc79d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,5 +2,6 @@ name = "abbaye2" version = "0.1.0" authors = ["ololduck <ololduck@vit.am>"] +license = "AGPL-3.0-or-later" [dependencies] -
deleted LICENSE
diff --git a/LICENSE b/LICENSE deleted file mode 100644 index c75bff9..0000000 --- a/LICENSE +++ /dev/null @@ -1,3 +0,0 @@ -Copyright Ololduck (c) 2026 - -All rights reserved. -
added codebook.toml
diff --git a/codebook.toml b/codebook.toml new file mode 100644 index 0000000..2bfd94e --- /dev/null +++ b/codebook.toml @@ -0,0 +1 @@ +words = ["abbaye"] -
deleted template.toml
diff --git a/template.toml b/template.toml deleted file mode 100644 index e4721a1..0000000 --- a/template.toml +++ /dev/null @@ -1,19 +0,0 @@ -license = "AGPLv3-or-later" -with_readme = true - -[files] -directories = ["src", ".github/workflows"] -templates = [ - "Cargo.toml", - "src/main.rs", - ".github/workflows/ci.yml", - ".gitignore", - ".pre-commit-config.yml", - "mise.toml", - ".rustfmt.toml", - "cliff.toml", -] - -[config] -version = "0.1.0" -version_control = "git"