# 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 = "livid-cli" version = "0.1.8" default-run = "livid" description = "Builds and bundles your wasm web app" readme = "README.md" keywords = [ "wasm", "bundler", "web", "build-tool", ] categories = [ "command-line-utilities", "wasm", "web-programming", ] license = "MIT" repository = "https://github.com/MoAlyousef/livid-rs" resolver = "1" [dependencies.fs_extra] version = "1.3.0" [dependencies.livid-server] version = "0.2" [dependencies.toml] version = "0.5"