Skip to content

Commit dbd449d

Browse files
thuan2172001zk-steve
authored andcommitted
fix: update source structure
1 parent 06300b3 commit dbd449d

File tree

58 files changed

+230
-2026
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+230
-2026
lines changed

Cargo.lock

Lines changed: 31 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
[workspace]
22
resolver = "2"
3-
members = [
4-
"cli",
5-
"library",
6-
]
3+
members = ["src/public"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# RUST API SERVER
22

3-
![Logo](./logo.png)
3+
![Logo](./assets/logo.png)
44

55
[![License](https://img.shields.io/github/license/sonntuet1997/rust-web-api-microservice-template)](https://github.com/sonntuet1997/rust-web-api-microservice-template/blob/master/LICENSE)
66
[![Continuous Integration](https://github.com/sonntuet1997/rust-web-api-microservice-template/actions/workflows/ci.yaml/badge.svg)](https://github.com/sonntuet1997/rust-web-api-microservice-template/actions/workflows/ci.yaml)
File renamed without changes.

0 commit comments

Comments
 (0)