From 4331b5a0f1209cb5e49c58d3501882fd891913fe Mon Sep 17 00:00:00 2001 From: Darlington02 Date: Wed, 22 May 2024 04:29:52 +0100 Subject: [PATCH] chore: update scarb.toml --- Scarb.toml | 5 +++++ tests/test_follownft.cairo | 1 + 2 files changed, 6 insertions(+) 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 +