shadow-crypt 0.1.0

File encryption (placeholder - development in progress)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "shadow-crypt"
version = "0.1.0"
edition = "2024"
description = "File encryption (placeholder - development in progress)"
license = "MIT OR Apache-2.0"
repository = "https://github.com/simon-amadeus/shadow"
authors = ["Simon Amadeus <code@simonamadeus.com>"]

include = ["Cargo.toml", "README.md", "lib.rs"]

[lib]
name = "shadow_crypt"
path = "lib.rs"