2023-01-02 17:13:50 +05:30
|
|
|
[package]
|
|
|
|
name = "f3-rs"
|
|
|
|
version = "0.1.0"
|
2023-01-02 23:59:28 +05:30
|
|
|
description = "Rust port of the Friendly Forge Format"
|
2023-01-02 17:13:50 +05:30
|
|
|
edition = "2021"
|
2023-01-02 23:59:28 +05:30
|
|
|
homepage = "https://git.batsense.net/ForgeFlux/f3-rs"
|
|
|
|
repository = "https://git.batsense.net/ForgeFlux/f3-rs"
|
2023-10-24 19:49:40 +05:30
|
|
|
documentation = "https://docs.rs/f3-rs"
|
|
|
|
readme = "README.md"
|
2023-10-24 20:03:59 +05:30
|
|
|
license = "MIT"
|
2023-01-02 23:59:28 +05:30
|
|
|
authors = ["realaravinth <realaravinth@batsense.net>"]
|
2023-10-24 20:03:59 +05:30
|
|
|
exclude = ["scripts"]
|
2023-01-02 17:13:50 +05:30
|
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
serde = { version = "1.0.152", features = ["derive"] }
|
|
|
|
serde_json = "1.0.91"
|