19 lines
545 B
TOML
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=[]
|