We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5c0127 commit bd36e61Copy full SHA for bd36e61
Cargo.toml
@@ -1,6 +1,11 @@
1
[package]
2
name = "sortable-js"
3
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"
9
edition = "2021"
10
exclude = ["shell.nix", "nix/*"]
11
0 commit comments