Skip to content

Commit

Permalink
Merge pull request #9 from giuseppe-g-gelardi/async-only
Browse files Browse the repository at this point in the history
Async only
  • Loading branch information
giuseppe-g-gelardi authored Dec 13, 2024
2 parents dec8da0 + 0e89311 commit 4042900
Show file tree
Hide file tree
Showing 23 changed files with 152 additions and 1,762 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ cargobase.json
cargobase-async.json

.env

NOTES.md
20 changes: 7 additions & 13 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,27 +1,21 @@
[workspace]
members = [
"cargobase",
"cargobase-async",
"cargobase-core",
"logg",
]

[workspace.package]
name = "cargobase"
[package]
name = "cargobase-async"
version = "0.1.1"
edition = "2021"

[workspace.dependencies]
[dependencies]
serde = { version = "1.0.215", features = ["derive"] }
serde_json = { version = "1.0.132", features = ["raw_value"] }
serde_derive = "1.0.188"
serde-reflection = "0.4.0"
base64 = "0.22.1"
tokio = { version = "1", features = ["full"] }
uuid = { version ="1.11.0", features = ["v4"] }
uuid = {version ="1.11.0", features = ["v4"] }
thiserror = "2.0.3"
tempfile = "3.14.0"
serde-reflection = "0.4.0"
tracing = "0.1"
tracing-subscriber = "0.3"
tracing-test = "0.2.5"

[lib]
path = "src/lib.rs"
29 changes: 0 additions & 29 deletions cargobase-async/Cargo.toml

This file was deleted.

11 changes: 0 additions & 11 deletions cargobase-async/src/lib.rs

This file was deleted.

Loading

0 comments on commit 4042900

Please sign in to comment.