Skip to content

Commit

Permalink
Merge pull request #90 from arkedge/merge-internal-dependencies-into-…
Browse files Browse the repository at this point in the history
…workspace

Merge internal dependencies into workspace
  • Loading branch information
sksat authored Nov 27, 2024
2 parents 9f30b47 + e062a8f commit 6576380
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,14 @@ repository = "https://github.com/arkedge/c2a-tlmcmddb"
readme = "README.md"

[workspace]
resolver = "2"

members = [
"tlmcmddb",
"tlmcmddb-csv",
"tlmcmddb-cli",
]

[workspace.dependencies]
tlmcmddb = "2.5"
tlmcmddb-csv = "2.5"
4 changes: 2 additions & 2 deletions tlmcmddb-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ notalawyer-build = "0.2"
[dependencies]
anyhow = { version = "1", features = ["backtrace"] }
clap = { version = "4.4.11", features = ["derive"] }
tlmcmddb = "2.5"
tlmcmddb-csv = "2.5"
tlmcmddb.workspace = true
tlmcmddb-csv.workspace = true
serde_json = "1"
notalawyer-clap = "0.2"
2 changes: 1 addition & 1 deletion tlmcmddb-csv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ readme.workspace = true
[dependencies]
anyhow = "1"
csv = "1.3.0"
tlmcmddb = "2.5"
tlmcmddb.workspace = true
serde = { version = "1.0.198", features = ["derive"] }

[dev-dependencies]
Expand Down

0 comments on commit 6576380

Please sign in to comment.