Skip to content

Commit

Permalink
Fixed the dependencies for the service
Browse files Browse the repository at this point in the history
  • Loading branch information
jbiason committed Aug 17, 2021
1 parent 600285a commit 850fa30
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 8 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
chrono = "0.4"
rust_decimal = "1.15"
2 changes: 1 addition & 1 deletion service/src/add_expense.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

use crate::commands::interface::Command;
use crate::interface::Command;
use chrono::Date;
use chrono::Utc;
use rust_decimal::prelude::*;
Expand Down

0 comments on commit 850fa30

Please sign in to comment.