mirror of
https://github.com/MeexReay/sustlang.git
synced 2025-06-24 02:23:00 +03:00
10 lines
136 B
TOML
10 lines
136 B
TOML
[package]
|
|
name = "sustlang"
|
|
version = "1.0.0"
|
|
edition = "2021"
|
|
readme = "README.md"
|
|
|
|
[dependencies]
|
|
rand = "0.8.5"
|
|
bytebuffer = "2.2.0"
|