Skip to content

Commit bd36e61

Browse files
committed
fill in package metadata
1 parent f5c0127 commit bd36e61

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
[package]
22
name = "sortable-js"
33
version = "0.1.0+js.1.15.0"
4+
license = "MIT"
5+
categories = ["api-bindings", "gui", "wasm", "web-programming"]
6+
keywords = ["webui"]
7+
description = "Rusty bindings to SortableJS, to build sortable lists in wasm"
8+
repository = "https://github.com/Ekleog/sortable-js-rs"
49
edition = "2021"
510
exclude = ["shell.nix", "nix/*"]
611

0 commit comments

Comments
 (0)