truffle 0.3.21

P2P mesh networking for your devices, built on Tailscale
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "truffle"
version = "0.3.21" # x-release-please-version
edition = "2021"
description = "P2P mesh networking for your devices, built on Tailscale"
license = "MIT"
repository = "https://github.com/jamesyong-42/truffle"
keywords = ["mesh", "networking", "p2p", "tailscale"]
categories = ["network-programming"]

[dependencies]
truffle-core = { version = "0.3.13", path = "../truffle-core" }
truffle-sidecar = { version = "0.3.13", path = "../truffle-sidecar" }