leptos-sync-components 0.9.0

Leptos components for synchronization UI
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "leptos-sync-components"
version = "0.9.0"
authors = ["Cloud Shuttle <team@cloud-shuttle.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Leptos components for synchronization UI"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/cloud-shuttle/leptos-sync"

[lib]
name = "leptos_sync_components"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.leptos]
version = "0.8.9"

[dependencies.leptos-sync-core]
version = "0.9.0"