chore: Update branding

This commit is contained in:
GaspardCulis 2025-02-05 15:27:54 +01:00
parent a833fe8e20
commit 79c1f4fd48
2 changed files with 4 additions and 1 deletions

View file

@ -1,7 +1,10 @@
[package]
name = "jaaj-rs"
description = "Blazingly 🔥 fast 🚀 and memory safe ✨ JaaJ implementation in Rust 🦀"
version = "0.1.0"
edition = "2021"
authors = ["Jaaj-San"]
repository = "https://git.ahur.ac/Jaaj-San/jaaj-rs"
[features]
lolcat = ["dep:colored", "dep:regex"]

View file

@ -1,5 +1,5 @@
{
description = "Blazingly-fast 🔥 and memory safe 🚀 JaaJ implementation in Rust 🦀";
description = "Blazingly 🔥 fast 🚀 and memory safe JaaJ implementation in Rust 🦀";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
};