From 75d8f64c6807cd8b1e3700014cbe1408a339ef5b Mon Sep 17 00:00:00 2001 From: Darlington02 Date: Wed, 24 Apr 2024 01:46:59 +0100 Subject: [PATCH] chore: updated scarb.toml --- Scarb.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Scarb.toml b/Scarb.toml index baeb484..7de21cd 100644 --- a/Scarb.toml +++ b/Scarb.toml @@ -2,6 +2,11 @@ name = "token_bound_accounts" version = "0.3.0" edition = "2023_10" +authors = ["Starknet Africa Community "] +description = "A port of ERC6551 to Starknet" +repository = "https://github.com/Starknet-Africa-Edu/TBA/blob/main/Scarb.toml" +license-file = "LICENSE" +keywords = ["ERC6551", "tokenbound", "cairo", "contracts", "starknet", "standards"] # See more keys and their definitions at https://docs.swmansion.com/scarb/docs/reference/manifest @@ -9,6 +14,8 @@ edition = "2023_10" sierra = true casm = true +[lib] + [dependencies] starknet = "2.6.0" snforge_std = { git = "https://github.com/foundry-rs/starknet-foundry.git", tag = "v0.20.1" }