/ docs / Exercism / rust / hello-world / Cargo.toml
Cargo.toml
 1  [package]
 2  name = "hello_world"
 3  version = "0.1.0"
 4  edition = "2024"
 5  
 6  # Not all libraries from crates.io are available in Exercism's test runner.
 7  # The full list of available libraries is here:
 8  # https://github.com/exercism/rust-test-runner/blob/main/local-registry/Cargo.toml
 9  [dependencies]
10  
11  [workspace]