add: 0.1.0 code from other project
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
[package]
|
||||
name = "worker-types"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
schemars = "1.0.3"
|
||||
async-trait = "0.1.88"
|
||||
thiserror = "2.0.12"
|
||||
anyhow = "1.0"
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
uuid = { version = "1.10", features = ["v4", "serde"] }
|
||||
tracing = "0.1.40"
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user