18 lines
767 B
TOML
18 lines
767 B
TOML
[package]
|
|
name = "makepad-file-server"
|
|
version = "1.0.0"
|
|
authors = ["Makepad <info@makepad.nl>"]
|
|
edition = "2021"
|
|
description = "Makepad file server"
|
|
license = "MIT OR Apache-2.0"
|
|
homepage = "https://github.com/makepad/makepad/"
|
|
repository = "https://github.com/makepad/makepad/"
|
|
metadata.makepad-auto-version = "mVBrOPBAdeCzLt-WelLTCvBhBKM="
|
|
|
|
[dependencies]
|
|
makepad-shell = {path="../../../libs/shell" , version="1.0.0"}
|
|
makepad-git = {path="../../../libs/git", version="0.1.0"}
|
|
makepad-live-id = { path = "../../../libs/live_id", version = "1.0.0"}
|
|
makepad-micro-serde = {path = "../../../libs/micro_serde", version = "1.0.0"}
|
|
makepad-file-protocol = {path="../file_protocol", version="1.0.0"}
|
|
makepad-rabin-karp = {path="../../../libs/rabin-karp",version="1.0.0"}
|