exercism/rust/sublist/Cargo.toml
2025-12-04 21:54:00 +03:00

9 lines
285 B
TOML

[package]
name = "sublist"
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]