This commit is contained in:
Rorik Star Platinum 2025-12-08 20:22:12 +03:00
parent d18bc9dae6
commit edb9158b39
7 changed files with 391 additions and 0 deletions

9
rust/luhn/Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "luhn"
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]