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>"]
|
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",
|
||||||
|
|
Loading…
Reference in a new issue