diff --git a/.copier-answers.yaml b/.copier-answers.yaml index 20792ef..ea1e126 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 3160d4c +_commit: 9be318c _src_path: https://github.com/python-project-templates/base.git add_docs: false add_extension: rust diff --git a/.gitignore b/.gitignore index 6d43078..db677c5 100644 --- a/.gitignore +++ b/.gitignore @@ -145,3 +145,8 @@ target # Hydra outputs/ multirun/ + +# AI +ROADMAP.md +AGENTS.md +.github/hooks/sdlc.json diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 7bfc2d3..bd34f6c 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -5,8 +5,8 @@ authors = ["the temporal-cache authors "] edition = "2021" license = "Apache-2.0" readme = "../README.md" -repository = "https://github.com/1kbgz/temporal-cache" -description = "" +repository = "https://github.com/1kbgz/temporal cache" +description = "Time based function caching" [lib] name = "temporalcache"