makepad/tools/web_server/Cargo.toml
2026-03-03 09:18:19 +01:00

19 lines
545 B
TOML

[package]
name = "makepad-web-server"
version = "0.3.0"
authors = ["Makepad <info@makepad.nl>"]
edition = "2021"
description = "Makepad web server"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/makepad/makepad/"
repository = "https://github.com/makepad/makepad/"
metadata.makepad-auto-version = "3q9p7hJP7S16AZ2sa6ONkcZPa0w="
[workspace]
[dependencies]
makepad-network = { path = "../../platform/network", version = "1.0.0" }
#makepad-file-server = {path = "../../studio/file_server", version = "0.3.0"}
[features]
nightly=[]