Add readme field to Cargo.toml for project documentation reference

This commit is contained in:
Palash Tyagi 2025-04-14 23:33:29 +01:00
parent 9f16f17490
commit eefae5d61a

View File

@ -3,5 +3,6 @@ name = "rustframe"
version = "0.0.0"
edition = "2024"
license = "GPL-3.0-or-later"
readme = "README.md"
[dependencies]