[[bin]]
name = "rwf-admin"
path = "src/main.rs"
[dependencies.once_cell]
version = "1"
[dependencies.rwf]
version = ">=0.1.11"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_json]
version = "1"
[dependencies.time]
features = ["formatting", "serde", "parsing", "macros"]
version = "0.3"
[dependencies.tokio]
features = ["full"]
version = "1"
[dependencies.uuid]
features = ["v4"]
version = "1"
[lib]
name = "rwf_admin"
path = "src/lib.rs"
[package]
authors = ["Lev Kokotov <lev.kokotov@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Admin panel for applications written with the Rust Web Framework"
edition = "2021"
homepage = "https://levkk.github.io/rwf/"
include = ["/templates", "/src", "/static"]
keywords = ["mvc", "web", "framework", "admin"]
license = "MIT"
name = "rwf-admin"
readme = "README.md"
repository = "https://github.com/levkk/rwf"
version = "0.1.12"