mirror of
https://github.com/aljazceru/notedeck.git
synced 2025-12-17 08:44:20 +01:00
This is a fairly large rewrite which unifies our threads, timelines and profiles. Now all timelines have a MultiSubscriber, and can be added and removed to columns just like Threads and Profiles. Signed-off-by: William Casarin <jb55@jb55.com>
9 lines
180 B
TOML
9 lines
180 B
TOML
[package]
|
|
name = "tokenator"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
description = "A simple library for parsing a serializing string tokens"
|
|
|
|
[dependencies]
|
|
hex = { workspace = true }
|