Echo Writes Code

Cargo.toml

1
2
3
4
5
6
7
8
[package]
name = "orchid_frontend"
version = "1.0.0"
edition = "2021"

[lib]
name = "orchid_frontend"
path = "source/orchid_frontend.rs"