Skip to content

Commit

Permalink
add test and release badge
Browse files Browse the repository at this point in the history
  • Loading branch information
yaojianpin committed Feb 21, 2024
1 parent fb6c3f0 commit f5cac4a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion 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 @@ -2,24 +2,24 @@
authors = ["yao <[email protected]>"]
edition = "2021"
name = "mock-server"
version = "1.3.0"
version = "1.3.1"

[dependencies]
axum = "0.5.13"
axum-streams = "0.9.1"
clap = {version = "3.2.17", features = ["derive"]}
clap = { version = "3.2.17", features = ["derive"] }
once_cell = "1.13.0"
rand = "0.8.5"
regex = "1.6.0"
serde = {version = "1.0.141", features = ["derive"]}
serde = { version = "1.0.141", features = ["derive"] }
serde_json = "1.0.82"
tokio = {version = "1.20.1", features = ["full"]}
tokio = { version = "1.20.1", features = ["full"] }
tokio-util = "0.7.9"
tower = "0.4.13"
tower-http = {version = "0.3.4", features = ["fs", "trace", "cors"]}
tower-http = { version = "0.3.4", features = ["fs", "trace", "cors"] }
tracing = "0.1.36"
tracing-subscriber = {version = "0.3.15", features = ["registry", "fmt"]}
uuid = {version = "1.1.2", features = ["v4"]}
tracing-subscriber = { version = "0.3.15", features = ["registry", "fmt"] }
uuid = { version = "1.1.2", features = ["v4"] }

[profile.release]
lto = true
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# mock-server
[![Test](https://github.com/yaojianpin/mock-server/actions/workflows/test.yml/badge.svg)]
[![Release](https://github.com/yaojianpin/mock-server/actions/workflows/release.yml/badge.svg)]


`mock-server` is a json server that you can create mock data like `mockjs`

Expand Down

0 comments on commit f5cac4a

Please sign in to comment.