1
0
Fork 0
mirror of https://github.com/archtechx/todo-system.git synced 2026-08-06 04:24:04 +00:00

Improve some readability (and prevent some duplicate search within lines)

This commit is contained in:
Zykino 2026-07-30 00:24:42 +02:00
parent fa9c36bf6d
commit 6665e369bf
2 changed files with 26 additions and 16 deletions

View file

@ -1,7 +1,7 @@
[package]
name = "todos"
version = "0.1.1"
edition = "2021"
edition = "2024"
authors = ["Samuel Štancl <samuel@archte.ch>"]
description = "An intuitive system for organizing TODOs in code"