mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
12 lines
289 B
TOML
12 lines
289 B
TOML
[package]
|
|
name = "snapshot_creator"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
dashmap = "5.3.4"
|
|
deno_core = "=0.222.0"
|
|
deno_ast = { version = "=0.29.5", features = ["transpiling"] }
|