From 012feda4fe2278f6b81a710c4160493412c3c6f4 Mon Sep 17 00:00:00 2001 From: Anas Elgarhy Date: Sat, 8 Oct 2022 08:12:47 +0200 Subject: [PATCH] =?UTF-8?q?Add=20the=20crate=20meta=20data=20=F0=9F=92=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 9f4be2d..96c698f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,25 @@ name = "bf-interpreter" version = "0.1.0" edition = "2021" +authors = ["Anas Elgarhy "] +license = "MIT OR Apache-2.0" +description = "Brainfu*k interpreter and REPL written in Rust" +repository = "https://github.com/anas-elgarhy/bf-interpreter" +readme = "README.md" +keywords = ["brainfuck", "interpreter", "repl"] +categories = ["command-line-utilities"] +documentation = "https://docs.rs/bf-interpreter" +homepage = "https://github.com/anas-elgarhy/bf-interpreter" +include = [ + "src/**/*", + "Cargo.toml", + "README.md" +] + +exclude = [ + "test_code/**/*", + "screenshots/**/*" +] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html