chore: reorg

This commit is contained in:
2020-10-17 12:03:44 +08:00
parent bf1a0343cc
commit 004599c8e4
19 changed files with 0 additions and 0 deletions

23
__misc/smartstring/Cargo.lock generated Normal file
View File

@@ -0,0 +1,23 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "smartstring"
version = "0.1.0"
dependencies = [
"smartstring 0.2.5",
]
[[package]]
name = "smartstring"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5579edba9651e6b9ccf0d516c4457521a149dadeb77e88b03eb1ae3183fe180a"
dependencies = [
"static_assertions",
]
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"