Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move examples/clients to other repos. #109

Merged
merged 2 commits into from
Feb 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
187 changes: 29 additions & 158 deletions Cargo.lock

Large diffs are not rendered by default.

7 changes: 1 addition & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,14 @@
resolver = "1"
members = [
"common",
"client/rust",
"client",
"flmctl",
"flmping",
"session_manager",
"executor_manager",
"rpc",
"examples/pi",
"examples/matrix/client",
"examples/matrix/local",
]

exclude = ["examples/matrix/server"]

[workspace.dependencies]
tokio = { version = "1", features = ["full"] }
tonic = "0.12"
Expand Down
5 changes: 5 additions & 0 deletions client/rust/Cargo.toml → client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ name = "flame-client"
version = "0.3.0"
edition = "2021"

description = "The Rust client of Flame"
repository = "https://github.com/flame-sh/flame"
license-file = "../LICENSE.txt"
readme = "../README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
13 changes: 0 additions & 13 deletions client/python/__init__.py

This file was deleted.

86 changes: 0 additions & 86 deletions client/python/flame.py

This file was deleted.

40 changes: 0 additions & 40 deletions client/python/flame_test.py

This file was deleted.

68 changes: 0 additions & 68 deletions client/python/protos/frontend.proto

This file was deleted.

110 changes: 0 additions & 110 deletions client/python/protos/types.proto

This file was deleted.

20 changes: 0 additions & 20 deletions client/python/rpc/__init__.py

This file was deleted.

Loading
Loading