Skip to content

Commit

Permalink
Publish crates (#7)
Browse files Browse the repository at this point in the history
* Add Cargo descriptions

* Specify dependency versions
  • Loading branch information
rudolphfroger authored Mar 28, 2023
1 parent bff429b commit 3d04a3b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
members = ["cli", "ocpi-tariffs"]

[workspace.dependencies]
ocpi-tariffs = { path = "ocpi-tariffs" }
cli = { path = "cli", package = "ocpi-tariffs-cli" }
ocpi-tariffs = { version = "0.1.0", path = "ocpi-tariffs" }
cli = { version = "0.1.0", path = "cli", package = "ocpi-tariffs-cli" }

chrono = { version = "0.4.23", features = ["serde"] }
chrono-tz = "0.7.0"
Expand Down
1 change: 1 addition & 0 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/tandemdrive/ocpi-tariffs"
description = "OCPI tariff calculations"

[[bin]]
name = "ocpi-tariffs"
Expand Down
1 change: 1 addition & 0 deletions ocpi-tariffs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/tandemdrive/ocpi-tariffs"
description = "OCPI tariff calculations"

[dependencies]
chrono.workspace = true
Expand Down

0 comments on commit 3d04a3b

Please sign in to comment.