Skip to content

Commit

Permalink
Merge branch 'main' into wait
Browse files Browse the repository at this point in the history
Signed-off-by: bootjp / Yoshiaki Ueda <[email protected]>
  • Loading branch information
bootjp committed Aug 4, 2022
2 parents 828581b + b73d728 commit d00f08e
Show file tree
Hide file tree
Showing 2 changed files with 119 additions and 42 deletions.
147 changes: 112 additions & 35 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ edition = "2021"
license = "MIT"

[dependencies]
anyhow = "1.0.58"
axum = "0.5.9"
time = { version = "0.3.10", features = ["local-offset"] }
tokio = { version = "1.19.2", features = ["full"] }
serde = { version = "1.0.137", features = ["derive"] }
clipboard-win = "4.4.1"
windows = { version = "0.37.0", features = ["alloc", "Win32_Foundation", "Win32_UI_Input_KeyboardAndMouse", "Win32_UI_WindowsAndMessaging"] }
anyhow = "1.0.59"
axum = "0.5.14"
time = { version = "0.3.12", features = ["local-offset"] }
tokio = { version = "1.20.1", features = ["full"] }
serde = { version = "1.0.142", features = ["derive"] }
clipboard-win = "4.4.2"
windows = { version = "0.38.0", features = ["alloc", "Win32_Foundation", "Win32_UI_Input_KeyboardAndMouse", "Win32_UI_WindowsAndMessaging"] }

0 comments on commit d00f08e

Please sign in to comment.