Add frost-taproot

This commit is contained in:
Jon Staab
2026-02-19 14:48:30 -08:00
parent af9d77f6a5
commit 4e3c4aa8ce
2 changed files with 9 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
[package]
name = "frost-taproot"
version = "0.1.0"
edition = "2024"
[dependencies]
+3
View File
@@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}