mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-25 21:02:45 -07:00
1ae7f72de3
* feat: scaffold documentation app * feat: init documentation website with mantine * feat: add theme button * feat: setup mdx link component * feat: setup basic documentation folder * feat: add routing folder * feat: scaffold homepage * feat: refined navbar and hero * feat: create pre mdx component * feat: create mdx blockquote component * feat: create code mdx component * fix: remove HTMLProps type * feat: create base hero page * ci: add lint/formatting/type checking to documentation * ci: add documentation pipeline * fix: static build documentation * fix: remove documentation test check * fix: install deps outside workspace * fix: filter prettier checks * fix: eslint plugins * fix: clone eslintrc * feat: update dark theme colors * doc: add installation page * feat: add deploy documenation CD pipeline * fix: update documentation bucket region * feat: update documentation head tags * fix: deploy website on main branch push
14 lines
200 B
TOML
14 lines
200 B
TOML
[package]
|
|
name = "tuono"
|
|
version = "0.0.1"
|
|
edition = "2021"
|
|
|
|
[[bin]]
|
|
name = "tuono"
|
|
path = ".tuono/main.rs"
|
|
|
|
[dependencies]
|
|
tuono_lib = "0.8.1"
|
|
serde = { version = "1.0.202", features = ["derive"] }
|
|
|