This commit is contained in:
lilymonade 2025-03-11 14:56:14 +01:00
parent 0fbe4d2fdc
commit 0590966785
Signed by: lilymonade
GPG Key ID: F8967EC454DBDCB6
2 changed files with 10 additions and 1 deletions

View File

@ -3,7 +3,9 @@ name: "strings internals"
subject: "subject_text"
source: "subject_source"
tag_every: "2min"
file_check_ignore: []
file_check_ignore:
- "tests/"
- "Cargo.lock"
to_copy:
- "Cargo.toml"
- "tests/"

7
subject_text/tree Normal file
View File

@ -0,0 +1,7 @@
.
├── Cargo.toml
└── src
   ├── errors
   │   └── option.rs
   ├── errors.rs
   └── lib.rs