topcoat-runtime 0.3.0

A modular, batteries-included Rust web framework for server-rendered apps.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
	"name": "@topcoat-rs/runtime",
	"version": "0.0.1",
	"type": "module",
	"scripts": {
		"build": "tsup && tsc",
		"test": "vitest run"
	},
	"dependencies": {
		"@maverick-js/signals": "^6.0.0"
	},
	"devDependencies": {
		"@biomejs/biome": "^2.4.15",
		"tsup": "^8.5.1",
		"typescript": "^6.0.3",
		"vitest": "^4.1.10"
	}
}