Fix the links 🔗😆
This commit is contained in:
parent
b4ecaf73a0
commit
813b7b42a8
1 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ edition = "2021"
|
|||
authors = ["Anas Elgarhy <anas.elgarhy.dev@gmail.com>"]
|
||||
license = "MIT"
|
||||
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"
|
||||
keywords = [
|
||||
"brainfuck",
|
||||
|
@ -17,8 +17,8 @@ keywords = [
|
|||
"brainfuck-repl",
|
||||
]
|
||||
categories = ["command-line-utilities"]
|
||||
documentation = "https://docs.rs/bf-interpreter"
|
||||
homepage = "https://github.com/anas-elgarhy/bf-interpreter"
|
||||
documentation = "https://docs.rs/bfy"
|
||||
homepage = "https://github.com/anas-elgarhy/bfy"
|
||||
include = [
|
||||
"src/**/*",
|
||||
"Cargo.toml",
|
||||
|
|
Loading…
Reference in a new issue