mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-03-12 11:36:32 -04:00
13 lines
293 B
TOML
13 lines
293 B
TOML
[package]
|
|
name = "debug"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.56"
|
|
data-encoding = "2.3.2"
|
|
ring = "0.16.20"
|
|
sha256 = "1.0.3"
|
|
# sdcore = { path = "../../packages/core" } |