feat: add obfstr

This commit is contained in:
2022-07-09 23:19:00 +08:00
parent a8a284163d
commit 6160185ace
4 changed files with 39 additions and 1 deletions

10
__misc/obfstr/Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "obfstr"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
obfstr = "0.3.0"