mirror of
https://github.com/YGGverse/hlstate-rs.git
synced 2026-03-31 09:05:42 +00:00
add initial mysql crate draft
This commit is contained in:
parent
4bd4587565
commit
2bf2148011
12 changed files with 1418 additions and 0 deletions
7
Cargo.toml
Normal file
7
Cargo.toml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
[workspace]
|
||||
resolver = "2"
|
||||
members = [
|
||||
#"crates/crawler",
|
||||
#"crates/http",
|
||||
"crates/mysql",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue