changed from git to gitea

This commit is contained in:
Franklin 2023-02-21 13:25:33 -04:00
parent 5ef5f48654
commit 196976c635
2 changed files with 1 additions and 1 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

View File

@ -11,6 +11,6 @@ syn = "1.0"
#quote = "1.0"
#proc-macro2 = "1.0"
dev-dtos = { git = "https://github.com/franklinblanco/user-svc-dtos-rust.git" }
dev-dtos = { git = "https://git.franklinblanco.dev/franklinblanco/user-svc-dtos-rust.git" }
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1" }