From 208b47391ef89ef9225ceb3d3e5d813dddef867e Mon Sep 17 00:00:00 2001 From: wasm-forge <122647775+wasm-forge@users.noreply.github.com> Date: Wed, 3 Apr 2024 21:13:04 +0200 Subject: [PATCH] add repository link --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index a77ef2c..4666a73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ edition = "2021" description = "A Simple File system implementing WASI endpoints and using the stable structures of the Internet Computer" keywords = ["ic", "internet-computer", "file-system"] license = "MIT" +repository = "https://github.com/wasm-forge/stable-fs" [dependencies] bitflags = "2.3.1"