diff options
Diffstat (limited to 'crates/divina/Cargo.toml')
| -rw-r--r-- | crates/divina/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/divina/Cargo.toml b/crates/divina/Cargo.toml index 17019be..3c3019f 100644 --- a/crates/divina/Cargo.toml +++ b/crates/divina/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" authors = ["Fuwn <[email protected]>"] edition = "2021" description = "A modern build system for assembly" -readme = "README.rst" +readme = "../../README.rst" homepage = "https://divina.land" repository = "https://github.com/divinaland/Divina" license = "GPL-3.0-only" |