gravity-core 0.1.0

The gravity core
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "gravity-core"
version = "0.1.0"
edition = "2021"
authors = ["goffre.y <jeff.cofos@gmail.com>"]
description = "The gravity core"
keywords = ["gravity", "gravity-core"]
license = "MIT"
include = ["src/*.rs", "Cargo.toml"]
exclude = []
readme = "README.md"
repository = "https://github.com/Jeffr-K/gravity-core.git"
#documentation = ""
#homepage = ""

[dependencies]