1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-11-08 09:09:17 +01:00

Ready to publish

This commit is contained in:
mo8it 2024-04-16 03:56:08 +02:00
parent 932f6b53a9
commit f9be652b3b
2 changed files with 10 additions and 3 deletions

4
Cargo.lock generated

@ -678,7 +678,7 @@ dependencies = [
[[package]]
name = "rustlings"
version = "6.0.0"
version = "6.0.0-alpha.0"
dependencies = [
"anyhow",
"assert_cmd",
@ -696,7 +696,7 @@ dependencies = [
[[package]]
name = "rustlings-macros"
version = "6.0.0"
version = "6.0.0-alpha.0"
dependencies = [
"quote",
]

@ -33,6 +33,13 @@ version.workspace = true
authors.workspace = true
license.workspace = true
edition.workspace = true
include = [
"/exercises/",
"/info.toml",
"/LICENSE",
"/README.md",
"/src/",
]
[dependencies]
anyhow.workspace = true
@ -41,7 +48,7 @@ crossterm = "0.27.0"
hashbrown = "0.14.3"
notify-debouncer-mini = "0.4.1"
ratatui = "0.26.2"
rustlings-macros = "6.0.0-alpha.0"
rustlings-macros = { path = "rustlings-macros", version = "6.0.0-alpha.0" }
serde.workspace = true
toml_edit.workspace = true
which = "6.0.1"