chore: Update package license, repository, etc
This commit is contained in:
+10
-6
@@ -1,18 +1,22 @@
|
||||
[package]
|
||||
name = "worker"
|
||||
description = ""
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
publish.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
repository.workspace = true
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1"
|
||||
eventsource-stream = "0.2"
|
||||
futures = "0.3"
|
||||
reqwest = { version = "0.13", features = ["stream", "json"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
thiserror = "2.0"
|
||||
tokio = { version = "1.49", features = ["macros", "rt-multi-thread"] }
|
||||
tracing = "0.1"
|
||||
async-trait = "0.1"
|
||||
futures = "0.3"
|
||||
tokio = { version = "1.49", features = ["macros", "rt-multi-thread"] }
|
||||
reqwest = { version = "0.13.1", default-features = false, features = ["stream", "json", "native-tls"] }
|
||||
eventsource-stream = "0.2"
|
||||
worker-macros = { path = "../worker-macros", version = "0.1" }
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
Reference in New Issue
Block a user