diff --git a/Cargo.lock b/Cargo.lock index 7e5512e..c834f5f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -872,7 +872,7 @@ dependencies = [ [[package]] name = "sofie" -version = "0.1.0" +version = "0.0.2" dependencies = [ "bytes", "clap", diff --git a/Cargo.toml b/Cargo.toml index 79f5790..1173906 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "sofie" -version = "0.1.0" +version = "0.0.2" edition = "2021" authors = ["Rogerio Araújo "] repository = "https://github.com/ararog/sofie" homepage = "https://github.com/ararog/sofie" -description = "Very Tiny Server" +description = "🌟 The elegant full-stack web framework that makes Rust web development effortless" readme = "README.md" license = "MIT" keywords = ["framework", "backend", "rest-server", "rest"] diff --git a/docs/index.md b/docs/index.md index 196ca44..b9d8eb0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -14,13 +14,13 @@ permalink: / [![Documentation](https://docs.rs/deboa/badge.svg)](https://docs.rs/deboa/latest/deboa) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -**Sophia** is a comprehensive, production-ready web framework for Rust that combines simplicity with power. Built on top of VeTiS, it provides everything you need to build modern web applications - from REST APIs to full-featured web services - with a clean, intuitive API that makes development a joy. +**Sofie** is a comprehensive, production-ready web framework for Rust that combines simplicity with power. Built on top of VeTiS, it provides everything you need to build modern web applications - from REST APIs to full-featured web services - with a clean, intuitive API that makes development a joy. Built on top of [hyper](https://github.com/hyperium/hyper). ## 🗺️ Roadmap -Sophia is continuously evolving! Here's what we're working on: +Sofie is continuously evolving! Here's what we're working on: ### Security & Authentication