mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-23 16:21:06 +01:00
rename actix-web-fs crate
This commit is contained in:
parent
75fbb97480
commit
3454812b68
@ -26,7 +26,7 @@ path = "src/lib.rs"
|
||||
[workspace]
|
||||
members = [
|
||||
".",
|
||||
"actix-web-fs",
|
||||
"staticfiles",
|
||||
]
|
||||
|
||||
[features]
|
||||
|
@ -1,5 +1,5 @@
|
||||
[package]
|
||||
name = "actix-web-fs"
|
||||
name = "actix-staticfiles"
|
||||
version = "0.1.0"
|
||||
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
||||
description = "Static files support for Actix web."
|
||||
@ -14,7 +14,7 @@ edition = "2018"
|
||||
workspace = ".."
|
||||
|
||||
[lib]
|
||||
name = "actix_web_fs"
|
||||
name = "actix_staticfiles"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
Loading…
Reference in New Issue
Block a user