Skip to content

Commit

Permalink
fix typo ... smh
Browse files Browse the repository at this point in the history
  • Loading branch information
giuseppe-g-gelardi committed Dec 7, 2024
1 parent 29a3cb9 commit 3d2fe11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,4 @@ Cargo.lock
cargobase.json
cargobase-async.json

src/main.rs

.env
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name = "cargobase"
version = "0.1.1"
edition = "2021"

[workspae.dependencies]
[workspace.dependencies]
serde = { version = "1.0.215", features = ["derive"] }
serde_json = { version = "1.0.132", features = ["raw_value"] }
serde_derive = "1.0.188"
Expand All @@ -22,3 +22,4 @@ serde-reflection = "0.4.0"
tracing = "0.1"
tracing-subscriber = "0.3"
tracing-test = "0.2.5"

0 comments on commit 3d2fe11

Please sign in to comment.