Initial commit

Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
This commit is contained in:
TuDatTr
2023-06-10 21:53:14 +02:00
commit 069ec2f7fa
4 changed files with 2168 additions and 0 deletions

12
Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "gsearch"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.3.3", features = ["derive"] }
futures-util = "0.3.28"
gscite = "1.0.0"
tokio = { version = "1.28.2", features = ["full"] }