Skip to content

Commit

Permalink
add footprint copy feature
Browse files Browse the repository at this point in the history
  • Loading branch information
markusdd committed Mar 11, 2024
1 parent 2d344df commit 605f826
Show file tree
Hide file tree
Showing 3 changed files with 153 additions and 69 deletions.
156 changes: 88 additions & 68 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ serde_json = "1.0.114"
regex = "1.10.3"
indexmap = "2.2.5"
downloader = "0.2.7"
tempdir = "0.3.7"
glob = "0.3.1"
arboard = "3.3.2"

# You only need serde if you want app persistence:
serde = { version = "1", features = ["derive"] }
Expand Down
Loading

0 comments on commit 605f826

Please sign in to comment.