Skip to content
Snippets Groups Projects
Verified Commit f8fd3419 authored by Louis's avatar Louis :fire:
Browse files

Update Cargo.toml

parent 455e116e
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,13 @@ ...@@ -2,7 +2,13 @@
name = "web_instant" name = "web_instant"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"
description = "Cross platform impl of Instant"
authors = [
"Louis Capitanchik <louis@microhacks.co.uk>"
]
repository = "https://lab.lcr.gr/microhacks/web-instant"
homepage = "https://lab.lcr.gr/microhacks/web-instant"
license = "Apache-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [target."wasm32-unknown-unknown".dependencies]
js-sys = "0.3.60"
[dependencies]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment