14 lines
287 B
TOML
14 lines
287 B
TOML
[package]
|
|
name = "cells"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
eframe = "0.28"
|
|
egui_extras = { version = "0.28", features = ["syntect"]}
|
|
parking_lot = "0.12"
|
|
|
|
[dependencies.nac3core]
|
|
git = "https://git.m-labs.hk/M-Labs/nac3"
|
|
rev = "6098b1b853d759de6a2980220faa217c25a2fb2b"
|