Skip to content

Commit

Permalink
Merge pull request #26 from simisimis/create_workspace
Browse files Browse the repository at this point in the history
create a workspace. update rust deps + toolchain
  • Loading branch information
simisimis authored Feb 23, 2024
2 parents 18ec10f + c806bd9 commit ebeaba7
Show file tree
Hide file tree
Showing 12 changed files with 1,309 additions and 236 deletions.
866 changes: 661 additions & 205 deletions Cargo.lock

Large diffs are not rendered by default.

19 changes: 3 additions & 16 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
[package]
name = "dalia"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "4.0", features = ["derive"] }
infer = "0.8"
walkdir = "2.3"
kamadak-exif = "0.5"
chrono = "0.4"
log = "0.4"
pretty_env_logger = "0.4"
thiserror = "1.0"
[workspace]
members = ["dalia", "dalia-*"]
resolver = "2"
Loading

0 comments on commit ebeaba7

Please sign in to comment.