[package] name = "moonramp-registry" authors = ["MoonRamp Contributors", "Dionysus "] homepage = "https://moonramp.github.io" repository = "https://github.com/moonramp/moonramp" description = "Crypto Payment Gateway" readme = "README.md" version = "0.1.22" edition = "2021" license = "MIT" [dependencies] moonramp-core = { version = "^0.1", path = "../moonramp-core", features = ["lib"] }