mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 06:17:49 +00:00
19 lines
248 B
TOML
19 lines
248 B
TOML
[package]
|
|
name = "blog_os"
|
|
version = "0.1.0"
|
|
authors = ["Philipp Oppermann <dev@phil-opp.com>"]
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
|
|
[profile.dev]
|
|
panic = "abort"
|
|
|
|
[profile.release]
|
|
panic = "abort"
|
|
|
|
[[bin]]
|
|
name = "blog_os"
|
|
test = false
|
|
bench = false
|