We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6de38b3 commit 6d20749Copy full SHA for 6d20749
readme.md
@@ -8,7 +8,7 @@ Silent 是一个简单的基于Hyper的Web框架,它的目标是提供一个
8
9
- [x] 路由
10
- [ ] 中间件
11
-- [ ] 静态文件
+- [x] 静态文件
12
- [ ] 模板
13
- [ ] 数据库
14
- [x] 日志 (使用了tracing)
silent/Cargo.toml
@@ -12,7 +12,7 @@ keywords = ["web", "web-framework"]
license = "Apache-2.0"
readme = "../readme.md"
repository = "https://github.com/hubertshelley/silent"
15
-version = "0.2.1"
+version = "0.3.0"
16
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
17
18
[dependencies]
0 commit comments