feat: add sources metadata
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
0afc0e0e99
commit
533e9485cf
2 changed files with 9 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1 +1,3 @@
|
||||||
/target
|
/target
|
||||||
|
sec/
|
||||||
|
dist/
|
||||||
|
|
|
@ -1,9 +1,15 @@
|
||||||
[package]
|
[package]
|
||||||
name = "f3-rs"
|
name = "f3-rs"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
description = "Rust port of the Friendly Forge Format"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
homepage = "https://git.batsense.net/ForgeFlux/f3-rs"
|
||||||
|
repository = "https://git.batsense.net/ForgeFlux/f3-rs"
|
||||||
|
documentation = "https://git.batsense.net/ForgeFlux/f3-rs"
|
||||||
|
readme = "https://git.batsense.net/ForgeFlux/f3-rs/blob/master/README.md"
|
||||||
|
license = "AGPLv3 or later version"
|
||||||
|
authors = ["realaravinth <realaravinth@batsense.net>"]
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
serde = { version = "1.0.152", features = ["derive"] }
|
serde = { version = "1.0.152", features = ["derive"] }
|
||||||
|
|
Loading…
Reference in a new issue