mirror of
https://github.com/kristoferssolo/captra.git
synced 2026-02-25 04:58:15 +00:00
Initial commit
This commit is contained in:
12
Cargo.toml
Normal file
12
Cargo.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[package]
|
||||
name = "captra"
|
||||
authors = ["Kristofers Solo <dev@kristofers.xyz>"]
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
repository = "https://github.com/kristoferssolo/captra"
|
||||
description = "Deterministic WASM plugin host with traceable repros"
|
||||
license = "MIT OR Apache-2.0"
|
||||
keywords = ["wasm", "sandbox", "capabilities", "plugins", "traces"]
|
||||
categories = ["cryptography::randomness", "encoding"]
|
||||
|
||||
[dependencies]
|
||||
Reference in New Issue
Block a user