Move all crates to a top-level crates folder

Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
This commit is contained in:
Nathan Sobo 2021-10-04 13:22:21 -06:00
parent d768224182
commit fdfed3d7db
282 changed files with 195588 additions and 16 deletions

6
crates/fuzzy/Cargo.toml Normal file
View file

@ -0,0 +1,6 @@
[package]
name = "fuzzy"
version = "0.1.0"
edition = "2018"
[dependencies]