diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-09-20 16:29:33 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-09-20 16:29:33 +0800 |
| commit | 1c7db5aaef2a91b3f87c999d4a21794b19d49ab6 (patch) | |
| tree | c524d778bba973596ea1a695c416d4cff2a335c4 /crates/utils/string_proc/Cargo.toml | |
| parent | d00835377141b1e6089a7222a8ecc6af2a3613de (diff) | |
Add string_proc util crates
Diffstat (limited to 'crates/utils/string_proc/Cargo.toml')
| -rw-r--r-- | crates/utils/string_proc/Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/crates/utils/string_proc/Cargo.toml b/crates/utils/string_proc/Cargo.toml new file mode 100644 index 0000000..cab0460 --- /dev/null +++ b/crates/utils/string_proc/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "string_proc" +version = "0.1.0" +edition = "2024" + +[dependencies] |
