This commit is contained in:
2026-04-28 14:05:55 +07:00
parent 56c4cdb95a
commit f64b473e2d
3 changed files with 93 additions and 36 deletions

View File

@@ -2,6 +2,24 @@
# It is not intended for manual editing.
version = 4
[[package]]
name = "autocfg"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
[[package]]
name = "rust"
version = "0.1.0"
dependencies = [
"substring",
]
[[package]]
name = "substring"
version = "1.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42ee6433ecef213b2e72f587ef64a2f5943e7cd16fbd82dbe8bc07486c534c86"
dependencies = [
"autocfg",
]