mirror of
https://git.fddl.dev/fddl/fddl.git
synced 2025-03-13 19:45:00 +00:00
10 lines
214 B
TOML
10 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]
|