add constant-expression string utils

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2024-07-13 21:02:43 +00:00
parent 084751ae38
commit b3f2288d07
10 changed files with 47 additions and 0 deletions

View file

@ -55,6 +55,7 @@ axum.workspace = true
bytes.workspace = true
checked_ops.workspace = true
chrono.workspace = true
const-str.workspace = true
either.workspace = true
figment.workspace = true
http-body-util.workspace = true