diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-01-03 23:17:06 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-01-03 23:17:06 +0100 |
| commit | 1c5797fadeea6be505c01f13508203ba234cbdfa (patch) | |
| tree | dd18df7a04b6c3496a2066573575b1760e550590 /test_utilities/Cargo.toml | |
| parent | 260e8ec69b8e08b9fd105bf688e7a3a9fafecd61 (diff) | |
Update main and file_finder tests
Diffstat (limited to 'test_utilities/Cargo.toml')
| -rw-r--r-- | test_utilities/Cargo.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test_utilities/Cargo.toml b/test_utilities/Cargo.toml new file mode 100644 index 0000000..c8a753f --- /dev/null +++ b/test_utilities/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "test_utilities" +version = "1.4.0" +edition = "2021" +license = "AGPL-3.0-or-later" +description = "Shared test utilities for page" +homepage = "https://r.bdr.sh/page.html" +authors = ["Rubén Beltrán del Río <page@r.bdr.sh>"] + +[dependencies] |