exercism/rust/bottle-song/Cargo.toml

12 lines
337 B
TOML

[package]
name = "bottle_song"
version = "0.1.0"
edition = "2024"
# Not all libraries from crates.io are available in Exercism's test runner.
# The full list of available libraries is here:
# https://github.com/exercism/rust-test-runner/blob/main/local-registry/Cargo.toml
[dependencies]
[dev-dependencies]
pretty_assertions = "1.4.1"