10 lines
No EOL
225 B
TOML
10 lines
No EOL
225 B
TOML
[package]
|
|
name = "leitner-cards-autoskola"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
pcre2 = "0.2.3"
|
|
colored = "2.0.0" |