diff --git a/.gitignore b/.gitignore index ea8c4bf..7cddb9f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ /target +sec/ +dist/ diff --git a/Cargo.toml b/Cargo.toml index cf6f1fa..ad9975c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,15 @@ [package] name = "f3-rs" version = "0.1.0" +description = "Rust port of the Friendly Forge Format" 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 "] -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0.152", features = ["derive"] }