diff --git a/Cargo.lock b/Cargo.lock index fdd6765..6c9ecbe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3,5 +3,5 @@ version = 3 [[package]] -name = "server-core" +name = "core" version = "0.1.0" diff --git a/Cargo.toml b/Cargo.toml index bbbaa4a..bd494f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "server-core" +name = "core" version = "0.1.0" edition = "2021" description = "A lightweight server core for Rust" @@ -7,6 +7,6 @@ categories = ["http-server"] keywords = ["core", "server", "http", "minimalist", "lightweight"] authors = ["Ando "] license = "MIT" -repository = "https://github.com/exprust/server-core" +repository = "https://github.com/exprust/core" [dependencies] diff --git a/README.md b/README.md index a400452..c72df82 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ -# Serve Core +# Core (Exprust) -![build](https://github.com/exprust/server-core/workflows/build/badge.svg) -![license](https://img.shields.io/github/license/exprust/server-core?color=success) +![build](https://github.com/exprust/core/workflows/build/badge.svg) +![license](https://img.shields.io/github/license/exprust/core?color=success) A lightweight server core for Rust ## Support -Server Core is an MIT-licensed open source project. It can grow thanks to the sponsors and support. +Core (Exprust) is an MIT-licensed open source project. It can grow thanks to the sponsors and support. ## License -Server Core is [MIT licensed](LICENSE). +Core (Exprust) is [MIT licensed](LICENSE).