mirror of
https://github.com/mistricky/codesnap.nvim.git
synced 2025-01-14 21:07:29 -08:00
13 lines
262 B
TOML
13 lines
262 B
TOML
[package]
|
|
name = "generator"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
codesnap = "0.7.2"
|
|
mlua = { version = "0.10.0", features = ["module", "luajit", "serialize"] }
|
|
serde = { version = "1.0.204", features = ["derive"] }
|
|
|