[package] name = "frontwork" version = "0.1.4" edition = "2021" authors = ["LuceusXylian ", "frontwork-org Contributors "] description = "The TypeScript Framework using Deno & Webassembly" license = "MIT" repository = "https://github.com/frontwork-org/frontwork" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = {version = "0.12.4", features = ["blocking"] } error-chain = "0.12.4" shell = "0.3.2" time = "0.3.36" include_dir = "0.7.3" convert_case = "0.6.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.117" rusync = "0.7.2" rsass = "0.28.8" zip = "2.1.0" zip-extensions = "0.8.0"