svelte 0.0.1

wip package for the svelte compiler in rust releasing circa Q2 2023
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies]

[package]
authors = ["Marais Rossouw <me@marais.dev>"]
description = "wip package for the svelte compiler in rust releasing circa Q2 2023"
edition = "2018"
license = "MIT"
name = "svelte"
version = "0.0.1"
[profile.release]
lto = true
panic = "abort"