From 34125c851354cfdcfc5520b77e5b12af10363588 Mon Sep 17 00:00:00 2001 From: "M.Amin Rayej" Date: Mon, 21 Oct 2024 16:50:28 +0330 Subject: [PATCH] add description and license to wasmer-swift --- lib/swift/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/swift/Cargo.toml b/lib/swift/Cargo.toml index 1793e26a3ce..8010dfe2ba1 100644 --- a/lib/swift/Cargo.toml +++ b/lib/swift/Cargo.toml @@ -2,6 +2,8 @@ name = "wasmer-swift" version = "0.1.0" edition = "2021" +description = "Experimental wasmer bindings for swift" +license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html