Skip to content

Commit fd5c286

Browse files
committed
Move whole crate logic to another lib one
I want to have ability to use those function in different frames, first is CLI, next will be simple http server which will invoke its functions while serving http requiest e.g. to terminate WebHooks
1 parent 8e33953 commit fd5c286

File tree

7 files changed

+877
-68
lines changed

7 files changed

+877
-68
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/target
1+
target

Cargo.lock

Lines changed: 8 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,5 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
git2 = "0.19.0"
8-
toml = "0.8.19"
9-
serde = "1.0.216"
10-
serde_derive = "1.0.216"
117
clap = { version = "4.5.23", features = ["derive"] }
12-
auth-git2 = "0.5.5"
8+
gytmir_internal = { path = "gytmir_internal"}

0 commit comments

Comments
 (0)