%PDF- %PDF-
| Direktori : /opt/plesk/ruby/3.2.1/lib64/ruby/3.2.0/bundler/templates/newgem/ext/newgem/ |
| Current File : //opt/plesk/ruby/3.2.1/lib64/ruby/3.2.0/bundler/templates/newgem/ext/newgem/Cargo.toml.tt |
[package]
name = <%= config[:name].inspect %>
version = "0.1.0"
edition = "2021"
authors = ["<%= config[:author] %> <<%= config[:email] %>>"]
<%- if config[:mit] -%>
license = "MIT"
<%- end -%>
publish = false
[lib]
crate-type = ["cdylib"]
[dependencies]
magnus = { version = "0.4" }