Skip to content

Commit

Permalink
refactor: mvp (#10)
Browse files Browse the repository at this point in the history
* refactor: mvp

---------

Co-authored-by: ok-nick <[email protected]>
  • Loading branch information
ho-229 and ok-nick authored May 8, 2024
1 parent 7381561 commit 741cbf8
Show file tree
Hide file tree
Showing 13 changed files with 380 additions and 232 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
widestring = "1.0.1"
widestring = "1.0.2"
memoffset = "0.6.4"
windows = { version = "0.33.0", features = [
"alloc",
Expand Down Expand Up @@ -38,5 +38,5 @@ globset = { version = "0.4.9", optional = true }
globs = ["globset"]

# TODO: temporarily ignored
# [workspace]
# members = ["examples/*"]
[workspace]
members = ["examples/sftp"]
2 changes: 2 additions & 0 deletions examples/cloud-mirror/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
target/
Cargo.lock
2 changes: 2 additions & 0 deletions examples/sftp/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
target/
Cargo.lock
5 changes: 3 additions & 2 deletions examples/sftp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ edition = "2021"

[dependencies]
wincs = { path = "../../" }
widestring = "0.5.1"
ssh2 = "0.9.3"
widestring = "1.0.2"
ssh2 = "0.9.4"
thiserror = "1.0.30"
rkyv = "0.7.30"
ctrlc = "3.4.4"
Loading

0 comments on commit 741cbf8

Please sign in to comment.