We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/oculairmedia/Letta-MCP-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
Cargo.toml•1.1 KiB
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.
[package]
edition = "2018"
name = "pathdiff"
version = "0.2.3"
authors = ["Manish Goregaokar <manishsmail@gmail.com>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library for diffing paths to obtain relative paths"
documentation = "https://docs.rs/pathdiff/"
readme = false
keywords = [
"path",
"relative",
]
license = "MIT/Apache-2.0"
repository = "https://github.com/Manishearth/pathdiff"
[package.metadata.docs.rs]
all-features = true
[lib]
name = "pathdiff"
path = "src/lib.rs"
[dependencies.camino]
version = "1.0.5"
optional = true
[dev-dependencies.cfg-if]
version = "1.0.0"