diff --git a/Scarb.toml b/Scarb.toml index 397ec74..153b480 100644 --- a/Scarb.toml +++ b/Scarb.toml @@ -2,6 +2,11 @@ name = "karst" version = "0.1.0" edition = "2023_10" +authors = ["Horus Labs "] +description = "Decentralized Social Graph on Starknet" +repository = "https://github.com/Starknet-Africa-Edu/TBA/blob/main/Scarb.toml" +license-file = "LICENSE" +keywords = ["Karst", "SocialFi", "tokenbound", "cairo", "contracts", "starknet"] # See more keys and their definitions at https://docs.swmansion.com/scarb/docs/reference/manifest.html diff --git a/tests/test_follownft.cairo b/tests/test_follownft.cairo index f205f00..92a1647 100644 --- a/tests/test_follownft.cairo +++ b/tests/test_follownft.cairo @@ -177,3 +177,4 @@ fn test_metadata() { } // TODO: test for emitted events +