Initial
This commit is contained in:
15
Cargo.toml
Normal file
15
Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user