inferium-node 0.1.0

Reserved crate name for the inferium project
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "inferium-node"
version = "0.1.0"
edition = "2024"
license = "Apache-2.0"
description = "Reserved crate name for the inferium project"
repository = "https://github.com/nickcampbell/inferium"
homepage = "https://github.com/nickcampbell/inferium"
documentation = "https://docs.rs/inferium-node"
readme = "README.md"
keywords = ["inferium", "llm", "p2p"]
categories = ["network-programming"]

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

[workspace]