publishing_crates_pygospa 0.1.0

My first create
Documentation
[[bin]]
name = "publishing_crates_pygospa"
path = "src/main.rs"

[dependencies]

[lib]
name = "publishing_crates_pygospa"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "My first create"
edition = "2021"
license = "MIT"
name = "publishing_crates_pygospa"
readme = false
version = "0.1.0"