gcsf 0.3.7

Filesystem based on Google Drive
Documentation
[workspace]
members = ["cargo:."]

# Config for 'dist'
[dist]
# The preferred dist version to use in CI (Cargo.toml SemVer syntax)
cargo-dist-version = "0.30.3"
# CI backends to support
ci = "github"
# The installers to generate for each app
installers = []
# Target platforms to build apps for (Rust target-triple syntax)
# Note: macOS builds removed because macFUSE requires kernel extension installation
# which is not possible in GitHub Actions CI
targets = ["aarch64-unknown-linux-gnu", "x86_64-unknown-linux-gnu"]

# System dependencies for building
[dist.dependencies.apt]
libfuse3-dev = '*'
pkg-config = '*'

[dist.dependencies.homebrew]
pkg-config = '*'