logisheets 0.7.0

A web spreadsheets application written in Rust and Typescript
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 = "2018"
name = "logisheets"
version = "0.7.0"
include = [
    "crates/workbook/**/*",
    "crates/controller/**/*",
    "src/lib.rs",
    "Cargo.toml",
]
description = "A web spreadsheets application written in Rust and Typescript"
readme = "README.md"
keywords = [
    "excel",
    "spreadsheets",
    "ooxml",
    "logisheets",
    "xlsx",
]
license = "MIT"
repository = "https://github.com/logisky/LogiSheets"

[dependencies.logisheets_controller]
version = "0.7.0"

[dependencies.logisheets_workbook]
version = "0.7.0"

[dev-dependencies.glob]
version = "0.3.1"