This commit is contained in:
Alex Kerr
2024-01-29 00:04:21 +00:00
commit cb52707b55
23 changed files with 9117 additions and 0 deletions

15
Cargo.toml Normal file
View File

@@ -0,0 +1,15 @@
[package]
name = "romulus-rs"
version = "0.1.0"
authors = ["Alex Kerr <kirby@cpan.org>"]
edition = "2021"
description = "Wrapper methods for the Romulus-M reference implementation"
repository = "https://git.jacknet.io/alex/romulus-rs"
license = "ISC"
links = "romulus-m"
[build-dependencies]
cmake = "0.1"
[dependencies]
libc = "0.2.0"