Initial commit: Full Crawl API implementation
This commit is contained in:
15
crates/shared/Cargo.toml
Normal file
15
crates/shared/Cargo.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[package]
|
||||
name = "shared"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
serde = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
uuid = { workspace = true }
|
||||
chrono = { workspace = true }
|
||||
thiserror = { workspace = true }
|
||||
url = { workspace = true }
|
||||
regex = { workspace = true }
|
||||
config = { workspace = true }
|
||||
sqlx = { workspace = true }
|
||||
Reference in New Issue
Block a user