Fix the links 🔗😆

This commit is contained in:
Anas Elgarhy 2022-10-13 20:33:52 +02:00
parent b4ecaf73a0
commit 813b7b42a8

View file

@ -5,7 +5,7 @@ edition = "2021"
authors = ["Anas Elgarhy <anas.elgarhy.dev@gmail.com>"] authors = ["Anas Elgarhy <anas.elgarhy.dev@gmail.com>"]
license = "MIT" license = "MIT"
description = "Brainfu*k interpreter and REPL written in Rust" description = "Brainfu*k interpreter and REPL written in Rust"
repository = "https://github.com/anas-elgarhy/bf-interpreter" repository = "https://github.com/anas-elgarhy/bfy"
readme = "README.md" readme = "README.md"
keywords = [ keywords = [
"brainfuck", "brainfuck",
@ -17,8 +17,8 @@ keywords = [
"brainfuck-repl", "brainfuck-repl",
] ]
categories = ["command-line-utilities"] categories = ["command-line-utilities"]
documentation = "https://docs.rs/bf-interpreter" documentation = "https://docs.rs/bfy"
homepage = "https://github.com/anas-elgarhy/bf-interpreter" homepage = "https://github.com/anas-elgarhy/bfy"
include = [ include = [
"src/**/*", "src/**/*",
"Cargo.toml", "Cargo.toml",