9 lines
283 B
TOML
9 lines
283 B
TOML
[package]
|
|
name = "clock"
|
|
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]
|