mirror of
https://git.fddl.dev/fddl/fddl.git
synced 2024-12-25 21:50:31 +00:00
9 lines
214 B
TOML
9 lines
214 B
TOML
[package]
|
|
name = "fiddle"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
authors = ["Tristan Smith <tristan.smith@pm.me>"]
|
|
description = "A small programming language written in Rust."
|
|
license = "BSD-3-Clause"
|
|
|
|
[dependencies]
|