package info
This commit is contained in:
parent
80c1412991
commit
6c23f868ac
3 changed files with 35 additions and 0 deletions
5
.cargo/config.toml
Normal file
5
.cargo/config.toml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
[registry]
|
||||||
|
default = "nyanbyte"
|
||||||
|
|
||||||
|
[registries.nyanbyte]
|
||||||
|
index = "sparse+https://git.femboy.science/api/packages/Nyanbyte/cargo/"
|
|
@ -2,6 +2,14 @@
|
||||||
name = "iris"
|
name = "iris"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
authors = ["femsci <nya@femsci.net>"]
|
||||||
|
license = "MIT"
|
||||||
|
description = "IRR library"
|
||||||
|
readme = "README.md"
|
||||||
|
homepage = "https://git.femboy.science/Nyanbyte/Iris"
|
||||||
|
repository = "https://git.femboy.science/Nyanbyte/Iris"
|
||||||
|
keywords = ["network", "irr"]
|
||||||
|
categories = ["libraries"]
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
name = "iris"
|
name = "iris"
|
||||||
|
|
|
@ -6,4 +6,26 @@
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<PropertyGroup>
|
||||||
|
<PackageId>Nyanbyte.Iris</PackageId>
|
||||||
|
<Title>Iris</Title>
|
||||||
|
<Version>0.0.1</Version>
|
||||||
|
<Authors>femsci</Authors>
|
||||||
|
<Company>Nyanbyte P.S.A.</Company>
|
||||||
|
<Product>Iris</Product>
|
||||||
|
<Description>IRR data library</Description>
|
||||||
|
<PackageTags>dataset;networking</PackageTags>
|
||||||
|
<PackageProjectUrl>https://git.femboy.science/Nyanbyte/Iris</PackageProjectUrl>
|
||||||
|
<RepositoryType>git</RepositoryType>
|
||||||
|
<RepositoryUrl>https://git.femboy.science/Nyanbyte/Iris</RepositoryUrl>
|
||||||
|
<Copyright>Copyright © Nyanbyte P.S.A. 2023</Copyright>
|
||||||
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||||
|
<PackageReadmeFile>README.md</PackageReadmeFile>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="../../README.md" Pack="true" PackagePath="" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|
Loading…
Reference in a new issue