summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-04-24 16:15:14 +0200
committermo8it <mo8it@proton.me>2024-04-24 16:15:14 +0200
commit8ebd2f9df232dbe630510b1994c896871aa58208 (patch)
tree86dcf6843525917d6188f8992fbdc1fd92e7da1b
parent4ef345e706ab5150d96faadf41a28aee49534361 (diff)
Update Cargo.toml files
-rw-r--r--Cargo.toml13
-rw-r--r--rustlings-macros/Cargo.toml3
2 files changed, 12 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1e6a24c..f4615b1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,12 +8,14 @@ exclude = [
]
[workspace.package]
-version = "6.0.0-alpha.0"
+version = "6.0.0-beta.0"
authors = [
"Liv <mokou@fastmail.com>",
+ "Mo Bitar <mo8it@proton.me>",
+ # Alumni
"Carol (Nichols || Goulding) <carol.nichols@gmail.com>",
- "Mo <mo8it@proton.me>",
]
+repository = "https://github.com/rust-lang/rustlings"
license = "MIT"
edition = "2021"
@@ -27,8 +29,13 @@ description = "Small exercises to get you used to reading and writing Rust code!
default-run = "rustlings"
version.workspace = true
authors.workspace = true
+repository.workspace = true
license.workspace = true
edition.workspace = true
+keywords = [
+ "exercise",
+ "learning",
+]
include = [
"/exercises/",
"/info.toml",
@@ -44,7 +51,7 @@ crossterm = "0.27.0"
hashbrown = "0.14.3"
notify-debouncer-mini = "0.4.1"
ratatui = "0.26.2"
-rustlings-macros = { path = "rustlings-macros", version = "6.0.0-alpha.0" }
+rustlings-macros = { path = "rustlings-macros", version = "6.0.0-beta.0" }
serde.workspace = true
toml_edit.workspace = true
which = "6.0.1"
diff --git a/rustlings-macros/Cargo.toml b/rustlings-macros/Cargo.toml
index f925f69..c9c1d2f 100644
--- a/rustlings-macros/Cargo.toml
+++ b/rustlings-macros/Cargo.toml
@@ -1,8 +1,9 @@
[package]
name = "rustlings-macros"
-description = "A macros crate intended to be only used by rustlings"
+description = "A macros crate intended to be used only by Rustlings"
version.workspace = true
authors.workspace = true
+repository.workspace = true
license.workspace = true
edition.workspace = true