Skip to content

Commit

Permalink
move to store directory and update cargo files
Browse files Browse the repository at this point in the history
  • Loading branch information
Omarabdul3ziz committed Sep 27, 2023
1 parent 5bb0268 commit b74ebd8
Show file tree
Hide file tree
Showing 3 changed files with 164 additions and 13 deletions.
172 changes: 160 additions & 12 deletions Cargo.lock

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

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ aes-gcm = "0.10"
hex = "0.4"
lazy_static = "1.4"
rand = "0.8"
rusoto_s3 = "0.48.0"
rusoto_core = "0.48.0"

# next are only needed for the binarys
simple_logger = {version = "1.0.1", optional = true}
daemonize = { version = "0.5", optional = true }
Expand All @@ -63,4 +66,4 @@ assert_cmd = "2.0"

[profile.release]
lto = true
codegen-units = 1
codegen-units = 1
File renamed without changes.

0 comments on commit b74ebd8

Please sign in to comment.