LearnRust/24-error_handling/Cargo.toml

7 lines
85 B
TOML
Raw Normal View History

2024-09-05 21:08:25 +03:00
[package]
name = "error_handling"
version = "0.1.0"
edition = "2021"
[dependencies]