Merge pull request 'fix some warnings' (#73) from i-hope-this-works into main
Rust/sat-rs/pipeline/head This commit looks good Details

Reviewed-on: #73
This commit is contained in:
Robin Müller 2023-08-28 23:48:19 +02:00
commit f1d468b298
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@
name = "satrs-mib-codegen"
version = "0.1.0-alpha.0"
edition = "2021"
description = "satrs-mib proc macro implementation"
homepage = "https://egit.irs.uni-stuttgart.de/rust/sat-rs"
repository = "https://egit.irs.uni-stuttgart.de/rust/sat-rs"
license = "Apache-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]