Rebrand to Galaxy, major improvements to Bedrock support, still needs some TLC though
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
[package]
|
||||
name = "galaxy_files"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
authors = ["Warp Team <dev@warp.dev>"]
|
||||
publish.workspace = true
|
||||
license.workspace = true
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
async-channel.workspace = true
|
||||
async-fs.workspace = true
|
||||
futures.workspace = true
|
||||
thiserror.workspace = true
|
||||
galaxyui.workspace = true
|
||||
remote_server.workspace = true
|
||||
galaxy_core.workspace = true
|
||||
galaxy_util.workspace = true
|
||||
watcher.workspace = true
|
||||
notify-debouncer-full.workspace = true
|
||||
repo_metadata.workspace = true
|
||||
log.workspace = true
|
||||
|
||||
[features]
|
||||
test-util = []
|
||||
|
||||
[dev-dependencies]
|
||||
async-channel.workspace = true
|
||||
tempfile.workspace = true
|
||||
Reference in New Issue
Block a user