Add metadata

This commit is contained in:
Greg Johnston 2022-10-07 07:06:48 -04:00
parent f7aaf984ce
commit 7f0bdcfa4a
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@
name = "leptos"
version = "0.0.1"
edition = "2021"
authors = ["Greg Johnston"]
license = "MIT"
repository = "https://github.com/gbj/leptos"
description = "Leptos is a full-stack, isomorphic Rust web framework leveraging fine-grained reactivity to build declarative user interfaces."
[dependencies]