Skip to content

Commit 801f08e

Browse files
authored
Merge pull request #105 from 1kbgz/copier-update-2026-03-20T00-25-21
Update from copier (2026-03-20T00:25:21)
2 parents 832f977 + 522bf39 commit 801f08e

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.copier-answers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: 3160d4c
2+
_commit: 9be318c
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: false
55
add_extension: rust

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,3 +145,8 @@ target
145145
# Hydra
146146
outputs/
147147
multirun/
148+
149+
# AI
150+
ROADMAP.md
151+
AGENTS.md
152+
.github/hooks/sdlc.json

rust/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ authors = ["the temporal-cache authors <dev@1kbgz.com>"]
55
edition = "2021"
66
license = "Apache-2.0"
77
readme = "../README.md"
8-
repository = "https://github.com/1kbgz/temporal-cache"
9-
description = ""
8+
repository = "https://github.com/1kbgz/temporal cache"
9+
description = "Time based function caching"
1010

1111
[lib]
1212
name = "temporalcache"

0 commit comments

Comments
 (0)