16 lines
338 B
TOML
16 lines
338 B
TOML
[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"
|